replace definitions/*event.yaml with symlinks to /event-schemas/
parent
2cf8da6b20
commit
c49338006a
@ -0,0 +1 @@
|
|||||||
|
events/core
|
@ -1,7 +0,0 @@
|
|||||||
type: object
|
|
||||||
description: A Matrix Event
|
|
||||||
properties:
|
|
||||||
event_id:
|
|
||||||
type: string
|
|
||||||
description: An event ID.
|
|
||||||
required: ["event_id"]
|
|
@ -1,9 +0,0 @@
|
|||||||
type: object
|
|
||||||
description: A Matrix Room Event
|
|
||||||
properties:
|
|
||||||
event_id:
|
|
||||||
type: string
|
|
||||||
description: An event ID.
|
|
||||||
room_id:
|
|
||||||
type: string
|
|
||||||
required: ["event_id", "room_id"]
|
|
@ -1,11 +0,0 @@
|
|||||||
type: object
|
|
||||||
description: A Matrix State Event
|
|
||||||
properties:
|
|
||||||
event_id:
|
|
||||||
type: string
|
|
||||||
description: An event ID.
|
|
||||||
room_id:
|
|
||||||
type: string
|
|
||||||
state_key:
|
|
||||||
type: string
|
|
||||||
required: ["event_id", "room_id", "state_key"]
|
|
@ -0,0 +1 @@
|
|||||||
|
../../../event-schemas/schema/v1
|
Binary file not shown.
Loading…
Reference in New Issue