Skip to content

Commit 4d40396

Browse files
Fix duplicate required properties in pet schema
Removed duplicate 'name' and 'id' from required properties.
1 parent a2d1052 commit 4d40396

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

multi-file/schemas/pet.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
type: object
22
required:
33
- id
4-
- name
5-
- id
64
properties:
75
id:
86
type: integer

0 commit comments

Comments
 (0)