Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/v3.0/callback-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ paths:
content:
application/json:
schema:
type: object
description: subscription information
required:
- subscriptionId
Expand Down
4 changes: 2 additions & 2 deletions examples/v3.0/uspto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ components:
description: To be used as a version parameter value
apiUrl:
type: string
format: uriref
format: uri-reference
description: The URL describing the dataset's fields
apiDocumentationUrl:
type: string
format: uriref
format: uri-reference
description: A URL to the API console for each API
1 change: 1 addition & 0 deletions examples/v3.1/webhook-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ webhooks:
components:
schemas:
Pet:
type: object
required:
- id
- name
Expand Down