changeset 5868:bdcb61275afe

mod_rest: Fix incorrect 'type' in mapping schema for XEP-0100
author Kim Alvefur <zash@zash.se>
date Wed, 13 Mar 2024 23:45:25 +0100
parents 3f5644aa5c32
children faf1f1c833e8
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	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"