Mercurial > prosody-modules
comparison mod_rest/res/openapi.yaml @ 4802:75543146e94e
mod_rest: Fix minor mistakes in openapi spec
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 28 Nov 2021 21:30:53 +0100 |
parents | b65955c0abd8 |
children | 52522c71ad1a |
comparison
equal
deleted
inserted
replaced
4801:b65955c0abd8 | 4802:75543146e94e |
---|---|
238 | 238 |
239 presence: | 239 presence: |
240 type: object | 240 type: object |
241 properties: | 241 properties: |
242 kind: | 242 kind: |
243 kind: | |
244 description: Which kind of stanza | 243 description: Which kind of stanza |
245 type: string | 244 type: string |
246 enum: | 245 enum: |
247 - presence | 246 - presence |
248 type: | 247 type: |
961 xml: | 960 xml: |
962 namespace: jabber:iq:gateway | 961 namespace: jabber:iq:gateway |
963 name: query | 962 name: query |
964 properties: | 963 properties: |
965 desc: | 964 desc: |
966 type: text | 965 type: string |
967 prompt: | 966 prompt: |
968 type: string | 967 type: string |
969 jid: | 968 jid: |
970 type: string | 969 type: string |
971 | 970 |