Add more CI checks for OpenAPI definitions and JSON Schemas (#1656)
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
c71b528148
commit
560d98ba9b
9 changed files with 315 additions and 34 deletions
|
@ -1,4 +1,3 @@
|
|||
$schema: http://json-schema.org/draft-04/schema#
|
||||
description: Metadata about an image.
|
||||
properties:
|
||||
h:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
$schema: http://json-schema.org/draft-04/schema#
|
||||
description: Metadata about a thumbnail image.
|
||||
properties:
|
||||
h:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
$schema: http://json-schema.org/draft-04/schema#
|
||||
allOf:
|
||||
- $ref: core-event-schema/state_event.yaml
|
||||
description: "Acts as an `m.room.member` invite event, where there isn't a target user_id to invite. This event contains a token and a public key whose private key must be used to sign the token. Any user who can present that signature may use this invitation to join the target room."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue