Skip to content
Open
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 multi-file/schemas/pet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ type: object
required:
- id
- name
- tag
properties:
id:
type: integer
Expand Down
2 changes: 0 additions & 2 deletions simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ components:
readOnly: true
name:
type: string
required:
- name
paths:
/api/v1.0/groups:
post:
Expand Down
Loading