Fix the size of the reference id hash tuple
This commit is contained in:
parent
90ad08e866
commit
6324f8c1ca
1 changed files with 5 additions and 2 deletions
|
@ -40,6 +40,7 @@ properties:
|
|||
type: string
|
||||
unsigned:
|
||||
type: object
|
||||
|
||||
required:
|
||||
- auth_events
|
||||
- content
|
||||
|
@ -52,13 +53,13 @@ required:
|
|||
- room_id
|
||||
- sender
|
||||
- type
|
||||
|
||||
dependencies:
|
||||
state_key:
|
||||
- prev_state
|
||||
prev_state:
|
||||
- state_key
|
||||
|
||||
|
||||
definitions:
|
||||
server_id:
|
||||
type: string
|
||||
|
@ -107,12 +108,14 @@ definitions:
|
|||
$ref: "#/definitions/base64"
|
||||
event_reference:
|
||||
type: array
|
||||
minItems: 2
|
||||
maxItems: 2
|
||||
items:
|
||||
- type: string
|
||||
description: Event id of the referenced event.
|
||||
$ref: "#/definitions/event_id"
|
||||
- type: object
|
||||
description: Reference hashes of the reference event.
|
||||
description: Reference hashes of the referenced event.
|
||||
$ref: "#/definitions/hashes"
|
||||
event_reference_list:
|
||||
type: array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue