File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2323 content :
2424 application/json :
2525 schema :
26+ type : object
2627 description : subscription information
2728 required :
2829 - subscriptionId
Original file line number Diff line number Diff line change @@ -202,9 +202,9 @@ components:
202202 description : To be used as a version parameter value
203203 apiUrl :
204204 type : string
205- format : uriref
205+ format : uri-reference
206206 description : The URL describing the dataset's fields
207207 apiDocumentationUrl :
208208 type : string
209- format : uriref
209+ format : uri-reference
210210 description : A URL to the API console for each API
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ webhooks:
2020components :
2121 schemas :
2222 Pet :
23+ type : object
2324 required :
2425 - id
2526 - name
You can’t perform that action at this time.
0 commit comments