Skip to content

Commit

Permalink
fix: add support for null response fields (twilio#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanholtz committed Feb 22, 2021
1 parent f27c07e commit 206854e
Show file tree
Hide file tree
Showing 33 changed files with 4,363 additions and 1,057 deletions.
5 changes: 5 additions & 0 deletions src/services/twilio-api/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,25 +93,30 @@
},
"date_time_iso8601": {
"format": "date-time",
"nullable": true,
"type": "string"
},
"sid_AC": {
"maxLength": 34,
"minLength": 34,
"nullable": true,
"pattern": "^AC[0-9a-fA-F]{32}$",
"type": "string"
},
"sid_CR": {
"maxLength": 34,
"minLength": 34,
"nullable": true,
"pattern": "^CR[0-9a-fA-F]{32}$",
"type": "string"
},
"string": {
"nullable": true,
"type": "string"
},
"url": {
"format": "uri",
"nullable": true,
"type": "string"
}
},
Expand Down

0 comments on commit 206854e

Please sign in to comment.