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
Given CDDL like this, the validator just checks that foo is a bstr, but does not check that the bstr inside is a valid instance of bar.
[ foo: bstr .cbor bar ]
bar = { a: text, b: int, c: bstr }
The text was updated successfully, but these errors were encountered:
fix #224
9d9ac35
106f606
@rohanmahy this should be fixed. Re-open as needed.
Sorry, something went wrong.
anweiss
No branches or pull requests
Given CDDL like this, the validator just checks that foo is a bstr, but does not check that the bstr inside is a valid instance of bar.
[
foo: bstr .cbor bar
]
bar = {
a: text,
b: int,
c: bstr
}
The text was updated successfully, but these errors were encountered: