Software /
code /
prosody-modules
Diff
mod_rest/res/schema-xmpp.json @ 4800:1e2f53fb2099
mod_rest: Fix mistaken way of specifying required fields in XEP-0215 map
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 28 Nov 2021 21:26:52 +0100 |
parent | 4748:a6b94f4fb065 |
child | 4840:e9b7c8db3ebd |
line wrap: on
line diff
--- a/mod_rest/res/schema-xmpp.json Sun Nov 28 20:10:07 2021 +0100 +++ b/mod_rest/res/schema-xmpp.json Sun Nov 28 21:26:52 2021 +0100 @@ -234,7 +234,6 @@ } }, "host" : { - "required" : true, "type" : "string", "xml" : { "attribute" : true @@ -271,7 +270,6 @@ } }, "type" : { - "required" : true, "type" : "string", "xml" : { "attribute" : true @@ -284,6 +282,10 @@ } } }, + "required" : [ + "type", + "host" + ], "type" : "object", "xml" : { "name" : "service"