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 yaml schemas #1026

Open
dkrako opened this issue Mar 12, 2025 · 0 comments
Open

validate yaml schemas #1026

dkrako opened this issue Mar 12, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@dkrako
Copy link
Contributor

dkrako commented Mar 12, 2025

Description of the problem

It would be nice if we could validate yaml schemas for dataset definitions.

Description of a solution

There's a nice approach on stackoverflow: stackoverflow.com/a/22231372

Although the package is called jsonschema it works with any python dictionary.

A dataset_definition_schema.yaml would also serve as a documented template for creating new dataset definitions.

@dkrako dkrako added the enhancement New feature or request label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant