Mercurial > prosody-modules
comparison mod_rest/res/openapi.yaml @ 4571:913fcb5efc77
mod_rest: Update schema for <thread>
Apparently a pair of strings now according to schema-xmpp.json
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 25 May 2021 16:47:19 +0200 |
parents | 82df1eed45d1 |
children | 2395d68af879 |
comparison
equal
deleted
inserted
replaced
4570:82df1eed45d1 | 4571:913fcb5efc77 |
---|---|
370 example: Talking about stuff | 370 example: Talking about stuff |
371 type: string | 371 type: string |
372 | 372 |
373 thread: | 373 thread: |
374 description: Message thread identifier | 374 description: Message thread identifier |
375 type: string | 375 properties: |
376 parent: | |
377 type: string | |
378 xml: | |
379 attribute: true | |
380 id: | |
381 type: string | |
382 xml: | |
383 text: true | |
376 | 384 |
377 show: | 385 show: |
378 description: indicator of availability, ie away or not | 386 description: indicator of availability, ie away or not |
379 type: string | 387 type: string |
380 enum: | 388 enum: |