-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add immutable flag to parameters. #212
Conversation
Does the JSON Schema need an update? |
@technosophos indeed it does! Sorry I thought I opened this as a Draft PR. working on the schema still :( |
1700a5b
to
cd8a1f1
Compare
@technosophos Updated the PR to add the schema addition and updated the 101.02 to add an explicit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
cd8a1f1
to
82d8919
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds an immutable flag to the parameter definition in
101-bundle-json.md
and adds wording to103-bundle-runtime.md
to indicate that if an immutable parameter value is given at any time other than runtime, it should result in an error.Closes #181