boon now included
This commit is contained in:
9
validator/tests/examples/schema.yml
Normal file
9
validator/tests/examples/schema.yml
Normal file
@ -0,0 +1,9 @@
|
||||
type: object
|
||||
properties:
|
||||
firstName:
|
||||
type: string
|
||||
lastName:
|
||||
type: string
|
||||
required:
|
||||
- firstName
|
||||
- lastName
|
||||
Reference in New Issue
Block a user