Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Remaining validators #17

Open
27 of 28 tasks
seagreen opened this issue Apr 8, 2014 · 3 comments
Open
27 of 28 tasks

Remaining validators #17

seagreen opened this issue Apr 8, 2014 · 3 comments

Comments

@seagreen
Copy link
Contributor

seagreen commented Apr 8, 2014

Numeric instances (number and integer)

  • multipleOf
  • maximum and exclusiveMaximum
  • minimum and exclusiveMinimum

Strings

  • maxLength
  • minLength
  • pattern

Arrays

  • additionalItems and items
  • maxItems
  • minItems
  • uniqueItems

Objects

  • maxProperties
  • minProperties
  • required
  • additionalProperties, properties and patternProperties
  • dependencies

Any instance type

  • enum
  • type
  • allOf
  • anyOf
  • oneOf
  • not
  • definitions

Semantic validation with "format"

  • date-time
  • email
  • hostname
  • ipv4
  • ipv6
  • uri

High level remaining tasks: #18

@seagreen
Copy link
Contributor Author

seagreen commented Apr 8, 2014

Should we support optional semantic validation with format?

@titanous
Copy link
Member

titanous commented Apr 8, 2014

Yeah, do that. We might change it a bit later, but it's a decent start.

@seagreen
Copy link
Contributor Author

seagreen commented Apr 8, 2014

Sounds good.

@seagreen seagreen mentioned this issue Apr 8, 2014
3 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants