Skip to content

Commit cdd2964

Browse files
fix: add titles to inline schemas (twilio#112)
1 parent 6762db4 commit cdd2964

32 files changed

+688
-4
lines changed

src/services/twilio-api/twilio_accounts_v1.json

+8
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
"application/x-www-form-urlencoded": {
157157
"schema": {
158158
"properties": {},
159+
"title": "UpdateAuthTokenPromotionRequest",
159160
"type": "object"
160161
}
161162
}
@@ -221,6 +222,7 @@
221222
"application/x-www-form-urlencoded": {
222223
"schema": {
223224
"properties": {},
225+
"title": "CreateSecondaryAuthTokenRequest",
224226
"type": "object"
225227
}
226228
}
@@ -319,6 +321,7 @@
319321
"type": "object"
320322
}
321323
},
324+
"title": "ListCredentialAwsResponse",
322325
"type": "object"
323326
}
324327
}
@@ -362,6 +365,7 @@
362365
"required": [
363366
"Credentials"
364367
],
368+
"title": "CreateCredentialAwsRequest",
365369
"type": "object"
366370
}
367371
}
@@ -498,6 +502,7 @@
498502
"type": "string"
499503
}
500504
},
505+
"title": "UpdateCredentialAwsRequest",
501506
"type": "object"
502507
}
503508
}
@@ -596,6 +601,7 @@
596601
"type": "object"
597602
}
598603
},
604+
"title": "ListCredentialPublicKeyResponse",
599605
"type": "object"
600606
}
601607
}
@@ -639,6 +645,7 @@
639645
"required": [
640646
"PublicKey"
641647
],
648+
"title": "CreateCredentialPublicKeyRequest",
642649
"type": "object"
643650
}
644651
}
@@ -775,6 +782,7 @@
775782
"type": "string"
776783
}
777784
},
785+
"title": "UpdateCredentialPublicKeyRequest",
778786
"type": "object"
779787
}
780788
}

0 commit comments

Comments
 (0)