chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)

This commit is contained in:
Jon
2025-03-18 15:19:10 +00:00
committed by GitHub
parent e0fd50554d
commit 31c0575999
819 changed files with 27463 additions and 15590 deletions

View File

@@ -1,22 +1,7 @@
{
"type": "object",
"properties": {
"price_unit": {
"type": "string"
},
"parent_call_sid": {
"type": "null"
},
"caller_name": {
"type": "null"
},
"duration": {
"type": "null"
},
"from": {
"type": "string"
},
"to": {
"account_sid": {
"type": "string"
},
"annotation": {
@@ -25,82 +10,115 @@
"answered_by": {
"type": "null"
},
"sid": {
"type": "string"
},
"queue_time": {
"type": "string"
},
"price": {
"type": "null"
},
"api_version": {
"type": "string"
},
"status": {
"type": "string"
"caller_name": {
"type": "null"
},
"date_created": {
"type": "null"
},
"date_updated": {
"type": "null"
},
"direction": {
"type": "string"
},
"start_time": {
"duration": {
"type": "null"
},
"end_time": {
"type": "null"
},
"forwarded_from": {
"type": "null"
},
"from": {
"type": "string"
},
"from_formatted": {
"type": "string"
},
"group_sid": {
"type": "null"
},
"trunk_sid": {
"parent_call_sid": {
"type": "null"
},
"forwarded_from": {
"price": {
"type": "null"
},
"uri": {
"price_unit": {
"type": "string"
},
"account_sid": {
"queue_time": {
"type": "string"
},
"end_time": {
"sid": {
"type": "string"
},
"start_time": {
"type": "null"
},
"to_formatted": {
"status": {
"type": "string"
},
"subresource_uris": {
"type": "object",
"properties": {
"events": {
"type": "string"
},
"notifications": {
"type": "string"
},
"user_defined_messages": {
"type": "string"
},
"transcriptions": {
"type": "string"
},
"recordings": {
"type": "string"
},
"streams": {
"type": "string"
},
"payments": {
"type": "string"
},
"user_defined_message_subscriptions": {
"recordings": {
"type": "string"
},
"siprec": {
"type": "string"
},
"events": {
"streams": {
"type": "string"
},
"transcriptions": {
"type": "string"
},
"user_defined_message_subscriptions": {
"type": "string"
},
"user_defined_messages": {
"type": "string"
}
}
},
"required": [
"events",
"notifications",
"payments",
"recordings",
"siprec",
"streams",
"transcriptions",
"user_defined_message_subscriptions",
"user_defined_messages"
]
},
"to": {
"type": "string"
},
"to_formatted": {
"type": "string"
},
"trunk_sid": {
"type": "null"
},
"uri": {
"type": "string"
}
}
},
"version": 1
}