mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-22 01:08:37 +01:00
Fix syntax error in JSON
This commit is contained in:
parent
380f186273
commit
d0b018c46e
Binary file not shown.
|
|
@ -17,7 +17,7 @@
|
||||||
"user_id": {
|
"user_id": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Contains the fully-qualified ID of the user who *sent* this event."
|
"description": "Contains the fully-qualified ID of the user who *sent* this event."
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"required": ["room_id"]
|
"required": ["room_id"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue