Mercurial > prosody-modules
comparison mod_rest/res/schema-xmpp.json @ 4748:a6b94f4fb065
mod_rest: Correct unused reference
$ref isn't supported yet, and this might not be the correct syntax, but
now follows the other (un-)uses.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 04 Nov 2021 20:19:31 +0100 |
parents | 566e54a07f54 |
children | 1e2f53fb2099 |
comparison
equal
deleted
inserted
replaced
4747:566e54a07f54 | 4748:a6b94f4fb065 |
---|---|
542 "message" : { | 542 "message" : { |
543 "properties" : { | 543 "properties" : { |
544 "archive" : { | 544 "archive" : { |
545 "properties" : { | 545 "properties" : { |
546 "forward" : { | 546 "forward" : { |
547 "$ref" : "#forwarded" | 547 "$ref" : "#_common/forwarded" |
548 }, | 548 }, |
549 "queryid" : { | 549 "queryid" : { |
550 "type" : "string", | 550 "type" : "string", |
551 "xml" : { | 551 "xml" : { |
552 "attribute" : true | 552 "attribute" : true |