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
Right now relative URIs are resolved in relation to the parent schema's URI's parent. Yeah, that doesn't make much sense, but take the following example:
Right now relative URIs are resolved in relation to the parent schema's URI's parent. Yeah, that doesn't make much sense, but take the following example:
Parent schema URI: http://test.com/test.json
Relative URI: boo.json
Resolved absolute URI: http://test.com/boo.json
According to the spec, I believe I shouldn't be removing the final portion of the parent schema's URI.
The text was updated successfully, but these errors were encountered: