-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Required not working correctly on multi level file. For example
I define schema as:
person:
name:
type: string
required: true
dob:
type: string
car:
name:
type: string
required: true
and my yml under test can be:
car:
name: 'BMW'
So it should not complain person.name is required.
Currently it complain that person.name is missing. It should only complain if upper level object exist eg
car:
name: 'BMW'
person:
dob: 24-10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request