Skip to content
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

Clarication needed for RESERVED #675

Closed
wking opened this issue May 12, 2017 · 2 comments · Fixed by #826
Closed

Clarication needed for RESERVED #675

wking opened this issue May 12, 2017 · 2 comments · Fixed by #826

Comments

@wking
Copy link
Contributor

wking commented May 12, 2017

We currently have a single RESERVED property (descriptor data) and are probably about to add more (#672), but the spec doesn't explain what the RESERVED keyword means. The current context includes:

The following field keys are reserved and MUST NOT be used by other specifications.

and:

This key is RESERVED for future versions of the specification.

neither of which impact neither JSON authors nor JSON consumers.

So what happens to the JSON handlers? Are JSON authors free to set those properties? Are JSON consumers free to act on those properties as long as they don't specify how they interpret them?

Will making platform.features reserved make the current Docker docs (which are fairly spec-like) non-compliant for breaking the MUST NOT be used by other specifications? Or are they ok because they define a different media type? What happens for backwards-compat?

I think we need to define RESERVED here, and expect there's prior art we can lean on. Does anyone have a good reference off hand? I'll dig around as well and report back if I find anything.

@vbatts
Copy link
Member

vbatts commented May 15, 2017

😕 hmm

@wking
Copy link
Contributor Author

wking commented May 15, 2017 via email

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 a pull request may close this issue.

2 participants