You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code almost from README, throws "Invalid schema encountered when resolving :fragment option (JSON::Schema::SchemaError)"
PS: In fact, there seem to be many problems with my test case, which is just one long schema with several object in it, like in http://stackoverflow.com/a/9083830. I'm not sure, what number of issues should be created (or what number of changes should I do in my code).
For example, having such schema (with "id"s and "$ref"s) in hash, I can't even start using it, receiving "`rescue in merge': both URI are relative (URI::BadURIError)" at the very beginning.
The text was updated successfully, but these errors were encountered:
Test if fragment is a JSON:Schema instance
Make sure to return JSON::Schema from schema_from_fragment()
Moved test_fragment_resolution.rb to 'test' directory
Code almost from README, throws "Invalid schema encountered when resolving :fragment option (JSON::Schema::SchemaError)"
PS: In fact, there seem to be many problems with my test case, which is just one long schema with several object in it, like in http://stackoverflow.com/a/9083830. I'm not sure, what number of issues should be created (or what number of changes should I do in my code).
For example, having such schema (with "id"s and "$ref"s) in hash, I can't even start using it, receiving "`rescue in merge': both URI are relative (URI::BadURIError)" at the very beginning.
The text was updated successfully, but these errors were encountered: