|
4 | 4 | "accounts.v1.auth_token_promotion": {
|
5 | 5 | "properties": {
|
6 | 6 | "account_sid": {
|
7 |
| - "$ref": "#/components/schemas/sid_AC" |
| 7 | + "description": "The SID of the Account that the secondary Auth Token was created for", |
| 8 | + "maxLength": 34, |
| 9 | + "minLength": 34, |
| 10 | + "nullable": true, |
| 11 | + "pattern": "^AC[0-9a-fA-F]{32}$", |
| 12 | + "type": "string" |
8 | 13 | },
|
9 | 14 | "auth_token": {
|
10 |
| - "$ref": "#/components/schemas/string" |
| 15 | + "description": "The promoted Auth Token", |
| 16 | + "nullable": true, |
| 17 | + "type": "string" |
11 | 18 | },
|
12 | 19 | "date_created": {
|
13 |
| - "$ref": "#/components/schemas/date_time_iso8601" |
| 20 | + "description": "The ISO 8601 formatted date and time in UTC when the resource was created", |
| 21 | + "format": "date-time", |
| 22 | + "nullable": true, |
| 23 | + "type": "string" |
14 | 24 | },
|
15 | 25 | "date_updated": {
|
16 |
| - "$ref": "#/components/schemas/date_time_iso8601" |
| 26 | + "description": "The ISO 8601 formatted date and time in UTC when the resource was last updated", |
| 27 | + "format": "date-time", |
| 28 | + "nullable": true, |
| 29 | + "type": "string" |
17 | 30 | },
|
18 | 31 | "url": {
|
19 |
| - "$ref": "#/components/schemas/url" |
| 32 | + "description": "The URI for this resource, relative to `https://accounts.twilio.com`", |
| 33 | + "format": "uri", |
| 34 | + "nullable": true, |
| 35 | + "type": "string" |
20 | 36 | }
|
21 | 37 | },
|
22 | 38 | "type": "object"
|
|
28 | 44 | "accounts.v1.credential.credential_aws": {
|
29 | 45 | "properties": {
|
30 | 46 | "account_sid": {
|
31 |
| - "$ref": "#/components/schemas/sid_AC" |
| 47 | + "description": "The SID of the Account that created the resource", |
| 48 | + "maxLength": 34, |
| 49 | + "minLength": 34, |
| 50 | + "nullable": true, |
| 51 | + "pattern": "^AC[0-9a-fA-F]{32}$", |
| 52 | + "type": "string" |
32 | 53 | },
|
33 | 54 | "date_created": {
|
34 |
| - "$ref": "#/components/schemas/date_time_iso8601" |
| 55 | + "description": "The RFC 2822 date and time in GMT when the resource was created", |
| 56 | + "format": "date-time", |
| 57 | + "nullable": true, |
| 58 | + "type": "string" |
35 | 59 | },
|
36 | 60 | "date_updated": {
|
37 |
| - "$ref": "#/components/schemas/date_time_iso8601" |
| 61 | + "description": "The RFC 2822 date and time in GMT when the resource was last updated", |
| 62 | + "format": "date-time", |
| 63 | + "nullable": true, |
| 64 | + "type": "string" |
38 | 65 | },
|
39 | 66 | "friendly_name": {
|
40 |
| - "$ref": "#/components/schemas/string" |
| 67 | + "description": "The string that you assigned to describe the resource", |
| 68 | + "nullable": true, |
| 69 | + "type": "string" |
41 | 70 | },
|
42 | 71 | "sid": {
|
43 |
| - "$ref": "#/components/schemas/sid_CR" |
| 72 | + "description": "The unique string that identifies the resource", |
| 73 | + "maxLength": 34, |
| 74 | + "minLength": 34, |
| 75 | + "nullable": true, |
| 76 | + "pattern": "^CR[0-9a-fA-F]{32}$", |
| 77 | + "type": "string" |
44 | 78 | },
|
45 | 79 | "url": {
|
46 |
| - "$ref": "#/components/schemas/url" |
| 80 | + "description": "The URI for this resource, relative to `https://accounts.twilio.com`", |
| 81 | + "format": "uri", |
| 82 | + "nullable": true, |
| 83 | + "type": "string" |
47 | 84 | }
|
48 | 85 | },
|
49 | 86 | "type": "object"
|
50 | 87 | },
|
51 | 88 | "accounts.v1.credential.credential_public_key": {
|
52 | 89 | "properties": {
|
53 | 90 | "account_sid": {
|
54 |
| - "$ref": "#/components/schemas/sid_AC" |
| 91 | + "description": "The SID of the Account that created the Credential that the PublicKey resource belongs to", |
| 92 | + "maxLength": 34, |
| 93 | + "minLength": 34, |
| 94 | + "nullable": true, |
| 95 | + "pattern": "^AC[0-9a-fA-F]{32}$", |
| 96 | + "type": "string" |
55 | 97 | },
|
56 | 98 | "date_created": {
|
57 |
| - "$ref": "#/components/schemas/date_time_iso8601" |
| 99 | + "description": "The RFC 2822 date and time in GMT when the resource was created", |
| 100 | + "format": "date-time", |
| 101 | + "nullable": true, |
| 102 | + "type": "string" |
58 | 103 | },
|
59 | 104 | "date_updated": {
|
60 |
| - "$ref": "#/components/schemas/date_time_iso8601" |
| 105 | + "description": "The RFC 2822 date and time in GMT when the resource was last updated", |
| 106 | + "format": "date-time", |
| 107 | + "nullable": true, |
| 108 | + "type": "string" |
61 | 109 | },
|
62 | 110 | "friendly_name": {
|
63 |
| - "$ref": "#/components/schemas/string" |
| 111 | + "description": "The string that you assigned to describe the resource", |
| 112 | + "nullable": true, |
| 113 | + "type": "string" |
64 | 114 | },
|
65 | 115 | "sid": {
|
66 |
| - "$ref": "#/components/schemas/sid_CR" |
| 116 | + "description": "The unique string that identifies the resource", |
| 117 | + "maxLength": 34, |
| 118 | + "minLength": 34, |
| 119 | + "nullable": true, |
| 120 | + "pattern": "^CR[0-9a-fA-F]{32}$", |
| 121 | + "type": "string" |
67 | 122 | },
|
68 | 123 | "url": {
|
69 |
| - "$ref": "#/components/schemas/url" |
| 124 | + "description": "The URI for this resource, relative to `https://accounts.twilio.com`", |
| 125 | + "format": "uri", |
| 126 | + "nullable": true, |
| 127 | + "type": "string" |
70 | 128 | }
|
71 | 129 | },
|
72 | 130 | "type": "object"
|
73 | 131 | },
|
74 | 132 | "accounts.v1.secondary_auth_token": {
|
75 | 133 | "properties": {
|
76 | 134 | "account_sid": {
|
77 |
| - "$ref": "#/components/schemas/sid_AC" |
| 135 | + "description": "The SID of the Account that the secondary Auth Token was created for", |
| 136 | + "maxLength": 34, |
| 137 | + "minLength": 34, |
| 138 | + "nullable": true, |
| 139 | + "pattern": "^AC[0-9a-fA-F]{32}$", |
| 140 | + "type": "string" |
78 | 141 | },
|
79 | 142 | "date_created": {
|
80 |
| - "$ref": "#/components/schemas/date_time_iso8601" |
| 143 | + "description": "The ISO 8601 formatted date and time in UTC when the resource was created", |
| 144 | + "format": "date-time", |
| 145 | + "nullable": true, |
| 146 | + "type": "string" |
81 | 147 | },
|
82 | 148 | "date_updated": {
|
83 |
| - "$ref": "#/components/schemas/date_time_iso8601" |
| 149 | + "description": "The ISO 8601 formatted date and time in UTC when the resource was last updated", |
| 150 | + "format": "date-time", |
| 151 | + "nullable": true, |
| 152 | + "type": "string" |
84 | 153 | },
|
85 | 154 | "secondary_auth_token": {
|
86 |
| - "$ref": "#/components/schemas/string" |
| 155 | + "description": "The generated secondary Auth Token", |
| 156 | + "nullable": true, |
| 157 | + "type": "string" |
87 | 158 | },
|
88 | 159 | "url": {
|
89 |
| - "$ref": "#/components/schemas/url" |
| 160 | + "description": "The URI for this resource, relative to `https://accounts.twilio.com`", |
| 161 | + "format": "uri", |
| 162 | + "nullable": true, |
| 163 | + "type": "string" |
90 | 164 | }
|
91 | 165 | },
|
92 | 166 | "type": "object"
|
93 |
| - }, |
94 |
| - "date_time_iso8601": { |
95 |
| - "format": "date-time", |
96 |
| - "nullable": true, |
97 |
| - "type": "string" |
98 |
| - }, |
99 |
| - "sid_AC": { |
100 |
| - "maxLength": 34, |
101 |
| - "minLength": 34, |
102 |
| - "nullable": true, |
103 |
| - "pattern": "^AC[0-9a-fA-F]{32}$", |
104 |
| - "type": "string" |
105 |
| - }, |
106 |
| - "sid_CR": { |
107 |
| - "maxLength": 34, |
108 |
| - "minLength": 34, |
109 |
| - "nullable": true, |
110 |
| - "pattern": "^CR[0-9a-fA-F]{32}$", |
111 |
| - "type": "string" |
112 |
| - }, |
113 |
| - "string": { |
114 |
| - "nullable": true, |
115 |
| - "type": "string" |
116 |
| - }, |
117 |
| - "url": { |
118 |
| - "format": "uri", |
119 |
| - "nullable": true, |
120 |
| - "type": "string" |
121 | 167 | }
|
122 | 168 | },
|
123 | 169 | "securitySchemes": {
|
|
0 commit comments