Skip to content

Commit 206854e

Browse files
authored
fix: add support for null response fields (twilio#115)
1 parent f27c07e commit 206854e

33 files changed

+4363
-1057
lines changed

src/services/twilio-api/twilio_accounts_v1.json

+5
Original file line numberDiff line numberDiff line change
@@ -93,25 +93,30 @@
9393
},
9494
"date_time_iso8601": {
9595
"format": "date-time",
96+
"nullable": true,
9697
"type": "string"
9798
},
9899
"sid_AC": {
99100
"maxLength": 34,
100101
"minLength": 34,
102+
"nullable": true,
101103
"pattern": "^AC[0-9a-fA-F]{32}$",
102104
"type": "string"
103105
},
104106
"sid_CR": {
105107
"maxLength": 34,
106108
"minLength": 34,
109+
"nullable": true,
107110
"pattern": "^CR[0-9a-fA-F]{32}$",
108111
"type": "string"
109112
},
110113
"string": {
114+
"nullable": true,
111115
"type": "string"
112116
},
113117
"url": {
114118
"format": "uri",
119+
"nullable": true,
115120
"type": "string"
116121
}
117122
},

0 commit comments

Comments
 (0)