# HG changeset patch # User Kim Alvefur # Date 1621954039 -7200 # Node ID 913fcb5efc77b4834b28d636c6c6d5fd111e5056 # Parent 82df1eed45d18c4ca432ab8e49a945e875df76e8 mod_rest: Update schema for Apparently a pair of strings now according to schema-xmpp.json diff -r 82df1eed45d1 -r 913fcb5efc77 mod_rest/res/openapi.yaml --- a/mod_rest/res/openapi.yaml Tue May 25 16:46:46 2021 +0200 +++ b/mod_rest/res/openapi.yaml Tue May 25 16:47:19 2021 +0200 @@ -372,7 +372,15 @@ thread: description: Message thread identifier - type: string + properties: + parent: + type: string + xml: + attribute: true + id: + type: string + xml: + text: true show: description: indicator of availability, ie away or not