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

Replace JSON schema with the one in nimbus-schemas #2277

Open
mikewilli opened this issue Oct 23, 2024 · 0 comments
Open

Replace JSON schema with the one in nimbus-schemas #2277

mikewilli opened this issue Oct 23, 2024 · 0 comments

Comments

@mikewilli
Copy link
Contributor

mikewilli commented Oct 23, 2024

mozilla-nimbus-schemas is now publishing JSON schemas with the python package, so we should be able to use that instead of keeping our own copy in the repo for testing.

Should be something like

import importlib.resources

schema_path = importlib.resources.files('mozilla_nimbus_schemas') / "schemas" / "NimbusExperiment.schema.json"

┆Issue is synchronized with this Jira Task

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

1 participant