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

Validate driver JSON schemas #9678

Open
gilles-peskine-arm opened this issue Oct 10, 2024 · 0 comments
Open

Validate driver JSON schemas #9678

gilles-peskine-arm opened this issue Oct 10, 2024 · 0 comments
Labels
component-psa PSA keystore/dispatch layer (storage, drivers, …) enhancement

Comments

@gilles-peskine-arm
Copy link
Contributor

We're using JSON schemas to validate JSON driver descriptions. But who validates the schemas? We don't — but others do and found syntax errors in our schemas. Those particular errors apparently don't bother Python's jsonschema module (so far), but I don't know what it makes of the erroneous schema.

The goal of this issue is to validate the JSON schemas as part of a CI job (an all.sh check_xxx job, I suppose). As a validator validator validation test, the validation should fail on the version of the schemas from before #9674.

@gilles-peskine-arm gilles-peskine-arm added enhancement component-psa PSA keystore/dispatch layer (storage, drivers, …) labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-psa PSA keystore/dispatch layer (storage, drivers, …) enhancement
Projects
Status: No status
Development

No branches or pull requests

1 participant