mirror of
https://github.com/cadmium-im/cadmium-docs-legacy.git
synced 2024-11-22 10:22:22 +00:00
Update JSON Schemas
This commit is contained in:
parent
2db09009e3
commit
1402a5ddc2
@ -20,8 +20,7 @@
|
|||||||
"description": "Message identifier (used to track the request-response chain)",
|
"description": "Message identifier (used to track the request-response chain)",
|
||||||
"examples": [
|
"examples": [
|
||||||
"abcd"
|
"abcd"
|
||||||
],
|
]
|
||||||
"pattern": "^(.*)$"
|
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"$id": "#/properties/type",
|
"$id": "#/properties/type",
|
||||||
@ -32,8 +31,7 @@
|
|||||||
"profile:register",
|
"profile:register",
|
||||||
"profile:login",
|
"profile:login",
|
||||||
"incorrectMessageType:error"
|
"incorrectMessageType:error"
|
||||||
],
|
]
|
||||||
"pattern": "^(.*)$"
|
|
||||||
},
|
},
|
||||||
"from": {
|
"from": {
|
||||||
"$id": "#/properties/from",
|
"$id": "#/properties/from",
|
||||||
@ -45,8 +43,7 @@
|
|||||||
"@juliet@396277b7dcd0f1173f2007baa604de7593529cc3fbf335fb7924851cb25c1fdf",
|
"@juliet@396277b7dcd0f1173f2007baa604de7593529cc3fbf335fb7924851cb25c1fdf",
|
||||||
"#chpok@b9966d89028b120145dad38961bed0b3b2eac0a2915c0bb1665ffcc1586f6f59",
|
"#chpok@b9966d89028b120145dad38961bed0b3b2eac0a2915c0bb1665ffcc1586f6f59",
|
||||||
"anonymous"
|
"anonymous"
|
||||||
],
|
]
|
||||||
"pattern": "^(.*)$"
|
|
||||||
},
|
},
|
||||||
"to": {
|
"to": {
|
||||||
"$id": "#/properties/to",
|
"$id": "#/properties/to",
|
||||||
@ -58,17 +55,13 @@
|
|||||||
"#white_house_garden@8baef2426dc6a92e16d39d79d90ae6d5a0080aaeccc5f02f1e83a959bc4d0be7",
|
"#white_house_garden@8baef2426dc6a92e16d39d79d90ae6d5a0080aaeccc5f02f1e83a959bc4d0be7",
|
||||||
"%phone:1234567890@6dfea40d98f71b3191f94c31af887a00eaeef2fe3501226e3fbb302fc5269eec",
|
"%phone:1234567890@6dfea40d98f71b3191f94c31af887a00eaeef2fe3501226e3fbb302fc5269eec",
|
||||||
"@romeo@cadmium.im"
|
"@romeo@cadmium.im"
|
||||||
],
|
]
|
||||||
"pattern": "^(.*)$"
|
|
||||||
},
|
},
|
||||||
"payload": {
|
"payload": {
|
||||||
"$id": "#/properties/payload",
|
"$id": "#/properties/payload",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "payload",
|
"title": "payload",
|
||||||
"description": "Message payload (used to store extra information in message, list of permissible fields in the payload depends on \"type\" field)",
|
"description": "Message payload (used to store extra information in message, list of permissible fields in the payload depends on \"type\" field)"
|
||||||
"patternProperties": {
|
|
||||||
"^(.*)$": {}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
"Incorrect type of message (type isn't implemented in the server)",
|
"Incorrect type of message (type isn't implemented in the server)",
|
||||||
"Rate-limit exceed"
|
"Rate-limit exceed"
|
||||||
],
|
],
|
||||||
"pattern": "^(.*)$"
|
|
||||||
},
|
},
|
||||||
"errPayload": {
|
"errPayload": {
|
||||||
"$id": "#/properties/errPayload",
|
"$id": "#/properties/errPayload",
|
||||||
|
Loading…
Reference in New Issue
Block a user