mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-07 04:04:10 +01:00
Remember how JSON works
This commit is contained in:
parent
2abbc647d7
commit
774968b65d
|
|
@ -34,7 +34,8 @@
|
|||
"description": "The version of the VoIP specification this message adheres to. This specification is version 1. This field is a string such that experimental implementations can use non-integer versions. This field was an integer in the previous spec version and implementations must accept an integer 0"
|
||||
},
|
||||
"party_id": {
|
||||
"This identifies the party that sent this event. A client may choose to re-use the device ID from end-to-end cryptography for the value of this field. "
|
||||
"type": "string",
|
||||
"description": "This identifies the party that sent this event. A client may choose to re-use the device ID from end-to-end cryptography for the value of this field. "
|
||||
}
|
||||
},
|
||||
"required": ["call_id", "answer", "version"]
|
||||
|
|
|
|||
|
|
@ -36,7 +36,8 @@
|
|||
}
|
||||
},
|
||||
"party_id": {
|
||||
"This identifies the party that sent this event. A client may choose to re-use the device ID from end-to-end cryptography for the value of this field. "
|
||||
"type": "string",
|
||||
"description": "This identifies the party that sent this event. A client may choose to re-use the device ID from end-to-end cryptography for the value of this field. "
|
||||
},
|
||||
"version": {
|
||||
"type": "integer",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@
|
|||
"description": "The version of the VoIP specification this message adheres to. This specification is version 1. This field is a string such that experimental implementations can use non-integer versions. This field was an integer in the previous spec version and implementations must accept an integer 0."
|
||||
},
|
||||
"party_id": {
|
||||
"This identifies the party that sent this event. A client may choose to re-use the device ID from end-to-end cryptography for the value of this field. "
|
||||
"type": "string",
|
||||
"description": "This identifies the party that sent this event. A client may choose to re-use the device ID from end-to-end cryptography for the value of this field. "
|
||||
},
|
||||
"reason": {
|
||||
"type": "string",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@
|
|||
"description": "The version of the VoIP specification this message adheres to. This specification is version 1. This field is a string such that experimental implementations can use non-integer versions. This field was an integer in the previous spec version and implementations must accept an integer 0."
|
||||
},
|
||||
"party_id": {
|
||||
"This identifies the party that sent this event. A client may choose to re-use the device ID from end-to-end cryptography for the value of this field. "
|
||||
"type": "string",
|
||||
"description": "This identifies the party that sent this event. A client may choose to re-use the device ID from end-to-end cryptography for the value of this field. "
|
||||
},
|
||||
"lifetime": {
|
||||
"type": "integer",
|
||||
|
|
|
|||
Loading…
Reference in a new issue