# HG changeset patch # User Kim Alvefur # Date 1654458982 -7200 # Node ID 2735e29cf94bbe5ef2e4984b72799aee3cb4380b # Parent 89226fb1af676912b9e366d92c417eb1db7fbf7d mod_rest: Add some descriptive details to schema diff -r 89226fb1af67 -r 2735e29cf94b mod_rest/res/openapi.yaml --- a/mod_rest/res/openapi.yaml Mon May 30 16:14:51 2022 +0200 +++ b/mod_rest/res/openapi.yaml Sun Jun 05 21:56:22 2022 +0200 @@ -595,8 +595,9 @@ invite: + description: Invite to a group chat + title: "XEP-0249: Direct MUC Invitations" type: object - description: Invite to a group chat required: - jid xml: @@ -784,6 +785,7 @@ type: string payload: + title: 'XEP-0335: JSON Containers' description: A piece of arbitrary JSON with a type field attached type: object xml: diff -r 89226fb1af67 -r 2735e29cf94b mod_rest/res/schema-xmpp.json --- a/mod_rest/res/schema-xmpp.json Mon May 30 16:14:51 2022 +0200 +++ b/mod_rest/res/schema-xmpp.json Sun Jun 05 21:56:22 2022 +0200 @@ -701,6 +701,7 @@ } } }, + "title" : "XEP-0313: Message Archive Management", "type" : "object", "xml" : { "name" : "result",