Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Add environment validation against schema #1

@castarco

Description

@castarco

Is your feature request related to a problem? Please describe.
We can't enforce a schema "at once" over the loaded environment, instead, we have to check every variable one by one as we pass them to the "consumers".

This "okish" if you consume all the variables in one same place, but some people don't do that, so it can be clearly improved.

Describe the solution you'd like
Introduce a method allowing us to validate the loaded environment against a predefined schema in one single step.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions