Fix syntax error in JSON

This commit is contained in:
Mark Haines 2015-09-17 14:43:09 +01:00
parent 380f186273
commit d0b018c46e
2 changed files with 1 additions and 1 deletions

View file

@ -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"]
} }