Try & make example closer to valid

pull/977/head
David Baker 8 years ago
parent 41781e95b2
commit 595b75f299

@ -65,17 +65,29 @@ paths:
application/json: |-
{
"next_token": "abcdef",
"notifications": {
"actions": [
"notify"
],
"profile_tag": null,
"read": true,
"room_id": "!abcdefg:example.com",
"ts": "1475508881945",
"event": {
"notifications": [
{
"actions": [
"notify"
],
"profile_tag": null,
"read": true,
"room_id": "!abcdefg:example.com",
"ts": "1475508881945",
"event": {
"sender": "@alice:example.com",
"type": "m.room.message",
"age": 124524,
"txn_id": "1234",
"content": {
"body": "I am a fish",
"msgtype": "m.text"
},
"origin_server_ts": 1417731086797,
"event_id": "$74686972643033:example.com"
}
}
}
]
}
schema:
type: object

Loading…
Cancel
Save