changeset 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 3a7953a5ee5b
files mod_rest/res/schema-xmpp.json
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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",