Skip to content

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

@mikewilli

Description

@mikewilli

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions