brandur / json_schema

A JSON Schema V4 and Hyperschema V4 parser and validator.
MIT License
230 stars 45 forks source link

Add schema_name for max/min + fix others #88

Closed brandur closed 7 years ago

brandur commented 7 years ago

Adds a schema name for the max and min properties of a schema so that when we index them with #[], we'll get back the value that we expect (for example, maximum should be accessible with [:maximum].

Also fix the schema names for max_exclusive and min_exclusive which were entered incorrectly.

Fixes #87.