Skip to content

Commit 6ed7a0e

Browse files
Add 'tag' as a required property in pet schema
1 parent 8ed186c commit 6ed7a0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

multi-file/schemas/pet.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ type: object
22
required:
33
- id
44
- name
5+
- tag
56
properties:
67
id:
78
type: integer

0 commit comments

Comments
 (0)