Numeric instances (number and integer) - [x] multipleOf - [x] maximum and exclusiveMaximum - [x] minimum and exclusiveMinimum Strings - [x] maxLength - [x] minLength - [x] pattern Arrays - [x] additionalItems and items - [x] maxItems - [x] minItems - [x] uniqueItems Objects - [x] maxProperties - [x] minProperties - [x] required - [x] additionalProperties, properties and patternProperties - [x] dependencies Any instance type - [x] enum - [x] type - [x] allOf - [x] anyOf - [x] oneOf - [x] not - [ ] definitions Semantic validation with "format" - [x] date-time - [x] email - [x] hostname - [x] ipv4 - [x] ipv6 - [x] uri High level remaining tasks: #18
Numeric instances (number and integer)
Strings
Arrays
Objects
Any instance type
Semantic validation with "format"
High level remaining tasks: #18