-
-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove optional ID features from required tests #175
Comments
@seagreen are you referring to https://tools.ietf.org/html/draft-zyp-json-schema-04#section-7.2.4, specifically "An implementation choosing to support inline dereferencing SHOULD be able to use this kind of reference. Implementations choosing to use canonical dereferencing, however, are not required to support it."? I think this distinction was dropped and IDs that change base URI must be supported in draft-06, it's all in RFC3986. @handrews? So maybe it is ok to drop these internal IDs in draft4 test and use JSON pointers instead, in draft6 it can stay as is I think. |
@seagreen @epoberezkin this test case has nothing to with inline vs canonical dereferencing. Both of the Unless @Julian disagrees, I think this should be closed without changing anything. |
@handrews think I agree |
@handrews: Thanks for the clarification! |
If I understand it correctly, the Recursive references between schemas test uses an optional
"id"
feature. Implementations have to use"id"
to resolve references from them to other documents, but aren't required to allow"id"
to add a new address that incoming references can refer to.Two questions:
Is this correct?
If so what do we do about it? I'd be happy to make a PR that changes that test so it doesn't use addressing by
"id"
if that's what we want to do.The text was updated successfully, but these errors were encountered: