Skip to content

Fix hyper-schema meta-schema self link. #268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2017

Conversation

handrews
Copy link
Contributor

@handrews handrews commented Mar 3, 2017

"id" became "$id", and we handle "$" through percent-encoding

URI Templates reserve "$", but do not specify how percent-encoding
is to be used, except that implementations should be consistent about
it. We document that we always percent-decode variables before
resolving them.

"id" became "$id", and we handle "$" through percent-encoding

URI Templates reserve "$", but do not specify how percent-encoding
is to be used, except that implementations should be consistent about
it.  We document that we always percent-decode variables before
resolving them.
@handrews handrews added this to the draft-next (draft-6) milestone Mar 3, 2017
Copy link
Member

@awwright awwright left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems ugly, but I suppose it's correct

@handrews
Copy link
Contributor Author

handrews commented Mar 3, 2017

@awwright yeah, definitely ugly, but we intend to revisit this sort of thing soon anyway. This will get us through "draft-06"

@handrews handrews merged commit b741676 into json-schema-org:master Mar 6, 2017
@handrews handrews deleted the hyper-id branch March 6, 2017 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants