We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a Configuration Author I want to declare what constitutes a valid Data Value right in my schema definition So that*
ytt
[proposal] [getting started]
(The follow is scope to provide a minimally-viable feature with a vetted API. Subsequent features are identified in #724.)
Core:
Absolute Minimum OOTB validations:
User Validation:
Required Adjustments for GA:
not_null=
@schema/nullable
@schema/type any=True
when_null_skip=
Documentation:
@ytt:assert
Reflections:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a Configuration Author
I want to declare what constitutes a valid Data Value right in my schema definition
So that*
ytt
library and violate one of those variants will receive a helpful error message[proposal]
[getting started]
Backlog
(The follow is scope to provide a minimally-viable feature with a vetted API. Subsequent features are identified in #724.)
Core:
Absolute Minimum OOTB validations:
User Validation:
Required Adjustments for GA:
not_null=
rule is present, run first and stop if not satisfied #711@schema/nullable
alongside@schema/type any=True
#723when_null_skip=
kwarg #732Documentation:
@ytt:assert
module ReferenceReflections:
Resources
Related Issues:
The text was updated successfully, but these errors were encountered: