Skip to content

Commit

Permalink
Remove $schema keys in JSON schemas
Browse files Browse the repository at this point in the history
They are only in a few schemas and use the wrong version of the spec

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
  • Loading branch information
zecakeh committed Oct 4, 2023
1 parent 2dd9544 commit bbcf079
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
$schema: http://json-schema.org/draft-04/schema#
description: Metadata about an image.
properties:
h:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
$schema: http://json-schema.org/draft-04/schema#
description: Metadata about a thumbnail image.
properties:
h:
Expand Down
1 change: 0 additions & 1 deletion data/event-schemas/schema/m.room.third_party_invite.yaml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit bbcf079

Please sign in to comment.