-
Notifications
You must be signed in to change notification settings - Fork 5
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 support for validation of data type values in runtime #17
Comments
Idea add validation as validation rules:
Pros:
Cons:
|
Idea add validation in specific "format" types (e.g. signature):
Pro:
Con:
|
Idea add validation as parameter of data type definition:
Pro:
Con:
Alternative terms:
|
Support more than 1 expected value?
Keep "value: 1" as short hand for "values: [1]" ? To support minimum and maximum bounds?
Alternatives:
Combine minimum_value and maximum_value into range? |
Validation rules:
|
signatureknown valuessize == copy_of_size
for evt (use validation rules?)The text was updated successfully, but these errors were encountered: