# HG changeset patch # User Kim Alvefur # Date 1710369925 -3600 # Node ID bdcb61275afea63dd9dc20659440ee63c6713776 # Parent 3f5644aa5c32b006e0d10600961dd94101f00f46 mod_rest: Fix incorrect 'type' in mapping schema for XEP-0100 diff -r 3f5644aa5c32 -r bdcb61275afe 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"