comparison mod_rest/res/schema-xmpp.json @ 4720:71bec9c21dcd

mod_rest: Add XEP-0100 gateway to mapping schema
author Kim Alvefur <zash@zash.se>
date Sat, 23 Oct 2021 14:20:16 +0200
parents 63c91f2a86e5
children 611bc06c4160
comparison
equal deleted inserted replaced
4719:5a06c711649c 4720:71bec9c21dcd
60 } 60 }
61 }, 61 },
62 "properties" : { 62 "properties" : {
63 "iq" : { 63 "iq" : {
64 "properties" : { 64 "properties" : {
65 "gateway" : {
66 "properties" : {
67 "desc" : {
68 "type" : "text"
69 },
70 "jid" : {
71 "type" : "string"
72 },
73 "prompt" : {
74 "type" : "string"
75 }
76 },
77 "title" : "XEP-0100: Gateway Interaction",
78 "type" : "object",
79 "xml" : {
80 "name" : "query",
81 "namespace" : "jabber:iq:gateway"
82 }
83 },
65 "lastactivity" : { 84 "lastactivity" : {
66 "properties" : { 85 "properties" : {
67 "seconds" : { 86 "seconds" : {
68 "minimum" : 0, 87 "minimum" : 0,
69 "type" : "integer", 88 "type" : "integer",