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

Is it required to validate the whole chain of schemas? #238

Open
awoie opened this issue Jul 1, 2024 · 1 comment
Open

Is it required to validate the whole chain of schemas? #238

awoie opened this issue Jul 1, 2024 · 1 comment

Comments

@awoie
Copy link
Collaborator

awoie commented Jul 1, 2024

If the leaf JSON Schema document includes the full schema, it might be easier to just validate against the leaf and not against all schemas in the chain?

@alenhorvat
Copy link

Schema validator always validates the full schema.
But note that SD-JWT renders the JSON schema validation useless as it breaks the (original) structure.

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

No branches or pull requests

2 participants