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

Add a warning/error option to schema validation #745

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Apr 23, 2021

  1. Add a warning/error option to schema validation

    Add new schema options to configure the warning/error level of validation functions.
    This allows the following functions to be used as a warning-level diag instead of a fatal error:
    "ConflictsWith", "AtLeastOneOf", "ExactlyOneOf", "RequiredWith".
    
    The ConditionsMode allows provider developers to toggle between "warning" and "error" level messages.
    The ConditionsMessage is an optional additional message to be displayed to users at run time.
    dak1n1 committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    63e863b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    210a03f View commit details
    Browse the repository at this point in the history
  3. fix test to use enum

    dak1n1 committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    5a7c05e View commit details
    Browse the repository at this point in the history