|
1 | 1 | {
|
2 | 2 | "properties": {
|
3 | 3 | "account_sid": {
|
| 4 | + "description": "The unique identifier of the Twilio account associated with the application.", |
4 | 5 | "type": ["null", "string"]
|
5 | 6 | },
|
6 | 7 | "api_version": {
|
| 8 | + "description": "The version of the Twilio API being used for the application.", |
7 | 9 | "type": ["null", "string"]
|
8 | 10 | },
|
9 | 11 | "date_created": {
|
| 12 | + "description": "The date and time when the application was created.", |
10 | 13 | "format": "date-time",
|
11 | 14 | "type": ["null", "string"]
|
12 | 15 | },
|
13 | 16 | "date_updated": {
|
| 17 | + "description": "The date and time when the application was last updated.", |
14 | 18 | "format": "date-time",
|
15 | 19 | "type": ["null", "string"]
|
16 | 20 | },
|
17 | 21 | "friendly_name": {
|
| 22 | + "description": "A user-friendly name assigned to the application for identification.", |
18 | 23 | "type": ["null", "string"]
|
19 | 24 | },
|
20 | 25 | "message_status_callback": {
|
| 26 | + "description": "The URL where status updates for outgoing messages will be sent.", |
21 | 27 | "type": ["null", "string"]
|
22 | 28 | },
|
23 | 29 | "sid": {
|
| 30 | + "description": "A unique identifier for the application.", |
24 | 31 | "type": ["null", "string"]
|
25 | 32 | },
|
26 | 33 | "sms_fallback_method": {
|
| 34 | + "description": "The HTTP method used to send a fallback URL if an error occurs during SMS delivery.", |
27 | 35 | "type": ["null", "string"]
|
28 | 36 | },
|
29 | 37 | "sms_fallback_url": {
|
| 38 | + "description": "The URL that Twilio will request if an error occurs during SMS delivery.", |
30 | 39 | "type": ["null", "string"]
|
31 | 40 | },
|
32 | 41 | "sms_method": {
|
| 42 | + "description": "The HTTP method used to send SMS messages for the application.", |
33 | 43 | "type": ["null", "string"]
|
34 | 44 | },
|
35 | 45 | "public_application_connect_enabled": {
|
| 46 | + "description": "Indicates whether public application connect is enabled for the application.", |
36 | 47 | "type": ["null", "boolean"]
|
37 | 48 | },
|
38 | 49 | "sms_status_callback": {
|
| 50 | + "description": "The URL where status updates for incoming SMS messages will be sent.", |
39 | 51 | "type": ["null", "string"]
|
40 | 52 | },
|
41 | 53 | "sms_url": {
|
| 54 | + "description": "The URL that Twilio will request when receiving an incoming SMS message.", |
42 | 55 | "type": ["null", "string"]
|
43 | 56 | },
|
44 | 57 | "status_callback": {
|
| 58 | + "description": "The URL where status updates for calls will be sent.", |
45 | 59 | "type": ["null", "string"]
|
46 | 60 | },
|
47 | 61 | "status_callback_method": {
|
| 62 | + "description": "The HTTP method used to send status updates for calls.", |
48 | 63 | "type": ["null", "string"]
|
49 | 64 | },
|
50 | 65 | "uri": {
|
| 66 | + "description": "The URI of the application resource.", |
51 | 67 | "type": ["null", "string"]
|
52 | 68 | },
|
53 | 69 | "voice_caller_id_lookup": {
|
| 70 | + "description": "Indicates whether or not caller ID information will be looked up for incoming calls.", |
54 | 71 | "type": ["null", "boolean"]
|
55 | 72 | },
|
56 | 73 | "voice_fallback_method": {
|
| 74 | + "description": "The HTTP method used to send a fallback URL if an error occurs during voice call handling.", |
57 | 75 | "type": ["null", "string"]
|
58 | 76 | },
|
59 | 77 | "voice_fallback_url": {
|
| 78 | + "description": "The URL that Twilio will request if an error occurs during voice call handling.", |
60 | 79 | "type": ["null", "string"]
|
61 | 80 | },
|
62 | 81 | "voice_method": {
|
| 82 | + "description": "The HTTP method used for voice call handling.", |
63 | 83 | "type": ["null", "string"]
|
64 | 84 | },
|
65 | 85 | "voice_url": {
|
| 86 | + "description": "The URL that Twilio will request for voice call handling.", |
66 | 87 | "type": ["null", "string"]
|
67 | 88 | }
|
68 | 89 | },
|
|
0 commit comments