Remember how JSON works

pull/1511/head
David Baker 3 years ago
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…
Cancel
Save