Skip to content

Commit

Permalink
fix: add titles to inline schemas (twilio#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Feb 1, 2021
1 parent 6762db4 commit cdd2964
Show file tree
Hide file tree
Showing 32 changed files with 688 additions and 4 deletions.
8 changes: 8 additions & 0 deletions src/services/twilio-api/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
"application/x-www-form-urlencoded": {
"schema": {
"properties": {},
"title": "UpdateAuthTokenPromotionRequest",
"type": "object"
}
}
Expand Down Expand Up @@ -221,6 +222,7 @@
"application/x-www-form-urlencoded": {
"schema": {
"properties": {},
"title": "CreateSecondaryAuthTokenRequest",
"type": "object"
}
}
Expand Down Expand Up @@ -319,6 +321,7 @@
"type": "object"
}
},
"title": "ListCredentialAwsResponse",
"type": "object"
}
}
Expand Down Expand Up @@ -362,6 +365,7 @@
"required": [
"Credentials"
],
"title": "CreateCredentialAwsRequest",
"type": "object"
}
}
Expand Down Expand Up @@ -498,6 +502,7 @@
"type": "string"
}
},
"title": "UpdateCredentialAwsRequest",
"type": "object"
}
}
Expand Down Expand Up @@ -596,6 +601,7 @@
"type": "object"
}
},
"title": "ListCredentialPublicKeyResponse",
"type": "object"
}
}
Expand Down Expand Up @@ -639,6 +645,7 @@
"required": [
"PublicKey"
],
"title": "CreateCredentialPublicKeyRequest",
"type": "object"
}
}
Expand Down Expand Up @@ -775,6 +782,7 @@
"type": "string"
}
},
"title": "UpdateCredentialPublicKeyRequest",
"type": "object"
}
}
Expand Down

0 comments on commit cdd2964

Please sign in to comment.