mod_rest: Fix incorrect 'type' in mapping schema for XEP-0100
authorKim Alvefur <zash@zash.se>
Wed, 13 Mar 2024 23:45:25 +0100
changeset 5872 bdcb61275afe
parent 5871 3f5644aa5c32
child 5873 faf1f1c833e8
mod_rest: Fix incorrect 'type' in mapping schema for XEP-0100
mod_rest/res/schema-xmpp.json
--- a/mod_rest/res/schema-xmpp.json	Tue Mar 12 14:31:45 2024 +0000
+++ b/mod_rest/res/schema-xmpp.json	Wed Mar 13 23:45:25 2024 +0100
@@ -342,7 +342,7 @@
             "gateway" : {
                "properties" : {
                   "desc" : {
-                     "type" : "text"
+                     "type" : "string"
                   },
                   "jid" : {
                      "type" : "string"