# HG changeset patch # User Kim Alvefur # Date 1636053571 -3600 # Node ID a6b94f4fb0654d5fe68807bb19165b75202c9b90 # Parent 566e54a07f5467f4520d83a04d5fc6e39188bc5d 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. diff -r 566e54a07f54 -r a6b94f4fb065 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",