mod_rest: Correct unused reference
authorKim Alvefur <zash@zash.se>
Thu, 04 Nov 2021 20:19:31 +0100
changeset 4752 a6b94f4fb065
parent 4751 566e54a07f54
child 4753 3a7953a5ee5b
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.
mod_rest/res/schema-xmpp.json
--- a/mod_rest/res/schema-xmpp.json	Thu Nov 04 20:18:02 2021 +0100
+++ b/mod_rest/res/schema-xmpp.json	Thu Nov 04 20:19:31 2021 +0100
@@ -544,7 +544,7 @@
             "archive" : {
                "properties" : {
                   "forward" : {
-                     "$ref" : "#forwarded"
+                     "$ref" : "#_common/forwarded"
                   },
                   "queryid" : {
                      "type" : "string",