Skip to content

Commit 7a7d603

Browse files
authored
Merge pull request #144 from OAI/fix-example-oads
2 parents 600db85 + bda5164 commit 7a7d603

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

examples/v3.0/callback-example.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ paths:
2323
content:
2424
application/json:
2525
schema:
26+
type: object
2627
description: subscription information
2728
required:
2829
- subscriptionId

examples/v3.0/uspto.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

examples/v3.1/webhook-example.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ webhooks:
2020
components:
2121
schemas:
2222
Pet:
23+
type: object
2324
required:
2425
- id
2526
- name

0 commit comments

Comments
 (0)