oanc / org.anc.json.validator

A JSON validator that can validate instances using the Javascript or the alternate syntax.
Apache License 2.0
0 stars 0 forks source link

Read schema from file #6

Open ksuderman opened 7 years ago

ksuderman commented 7 years ago

If no schema is specified on the command line then the $schema field in the instance should be used. Throw an exception if neither is specified. A schema specified on the command line should take precedence over the $schema field.

ksuderman commented 6 years ago

The $schema field will be required in the 1.1.0 schemata and support for it will be added to the next version of the LAPPS Grid Java API.