jschema
jschema copied to clipboard
JSON Schema implementation
Results
3
jschema issues
Sort by
recently updated
recently updated
newest added
Closes #6 as local files can now be referenced using their absolute URIs. Bumps to 0.3.0 as `JSchema::LocalSchemas` is a new feature.
Usage example ``` ruby require 'jschema/rspec_matchers' # ... expect(json).to match_json_schema('path/to/json_schema') ```
I am wondering if this is supposed to work or if this is something we want to support. For example if you have other files in the same direcotry or...