Skip to content

Relative URIs are resolved improperly #5

Closed
@hoxworth

Description

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.

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions