Mercurial > prosody-modules
comparison mod_rest/res/schema-xmpp.json @ 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 | 3276750332ea |
children | 7371320813a7 |
comparison
equal
deleted
inserted
replaced
5867:3f5644aa5c32 | 5868:bdcb61275afe |
---|---|
340 "$ref" : "#/_common/from" | 340 "$ref" : "#/_common/from" |
341 }, | 341 }, |
342 "gateway" : { | 342 "gateway" : { |
343 "properties" : { | 343 "properties" : { |
344 "desc" : { | 344 "desc" : { |
345 "type" : "text" | 345 "type" : "string" |
346 }, | 346 }, |
347 "jid" : { | 347 "jid" : { |
348 "type" : "string" | 348 "type" : "string" |
349 }, | 349 }, |
350 "prompt" : { | 350 "prompt" : { |