mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-15 15:44:10 +02:00
Remove $schema keys in JSON schemas
They are only in a few schemas and use the wrong version of the spec Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
2dd9544c24
commit
bbcf07922a
|
|
@ -1,4 +1,3 @@
|
||||||
$schema: http://json-schema.org/draft-04/schema#
|
|
||||||
description: Metadata about an image.
|
description: Metadata about an image.
|
||||||
properties:
|
properties:
|
||||||
h:
|
h:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
$schema: http://json-schema.org/draft-04/schema#
|
|
||||||
description: Metadata about a thumbnail image.
|
description: Metadata about a thumbnail image.
|
||||||
properties:
|
properties:
|
||||||
h:
|
h:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
$schema: http://json-schema.org/draft-04/schema#
|
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: core-event-schema/state_event.yaml
|
- $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."
|
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…
Reference in a new issue