feat: Generate Schema Files - 18113073 (no-changelog) (#12927)

Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
Jon
2025-01-30 14:59:04 +00:00
committed by GitHub
parent cdfa22593b
commit 9d027339fd
661 changed files with 76670 additions and 1 deletions

View File

@@ -0,0 +1,106 @@
{
"type": "object",
"properties": {
"price_unit": {
"type": "string"
},
"parent_call_sid": {
"type": "null"
},
"caller_name": {
"type": "null"
},
"duration": {
"type": "null"
},
"from": {
"type": "string"
},
"to": {
"type": "string"
},
"annotation": {
"type": "null"
},
"answered_by": {
"type": "null"
},
"sid": {
"type": "string"
},
"queue_time": {
"type": "string"
},
"price": {
"type": "null"
},
"api_version": {
"type": "string"
},
"status": {
"type": "string"
},
"direction": {
"type": "string"
},
"start_time": {
"type": "null"
},
"from_formatted": {
"type": "string"
},
"group_sid": {
"type": "null"
},
"trunk_sid": {
"type": "null"
},
"forwarded_from": {
"type": "null"
},
"uri": {
"type": "string"
},
"account_sid": {
"type": "string"
},
"end_time": {
"type": "null"
},
"to_formatted": {
"type": "string"
},
"subresource_uris": {
"type": "object",
"properties": {
"notifications": {
"type": "string"
},
"user_defined_messages": {
"type": "string"
},
"transcriptions": {
"type": "string"
},
"recordings": {
"type": "string"
},
"streams": {
"type": "string"
},
"payments": {
"type": "string"
},
"user_defined_message_subscriptions": {
"type": "string"
},
"siprec": {
"type": "string"
},
"events": {
"type": "string"
}
}
}
}
}

View File

@@ -0,0 +1,92 @@
{
"type": "object",
"properties": {
"account_sid": {
"type": "string"
},
"api_version": {
"type": "string"
},
"body": {
"type": "string"
},
"date_created": {
"type": "string"
},
"date_sent": {
"type": "null"
},
"date_updated": {
"type": "string"
},
"direction": {
"type": "string"
},
"error_code": {
"type": "null"
},
"error_message": {
"type": "null"
},
"from": {
"type": "string"
},
"messaging_service_sid": {
"type": "null"
},
"num_media": {
"type": "string"
},
"num_segments": {
"type": "string"
},
"price": {
"type": "null"
},
"sid": {
"type": "string"
},
"status": {
"type": "string"
},
"subresource_uris": {
"type": "object",
"properties": {
"media": {
"type": "string"
}
},
"required": [
"media"
]
},
"to": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"account_sid",
"api_version",
"body",
"date_created",
"date_sent",
"date_updated",
"direction",
"error_code",
"error_message",
"from",
"messaging_service_sid",
"num_media",
"num_segments",
"price",
"price_unit",
"sid",
"status",
"subresource_uris",
"to",
"uri"
]
}