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

Improvements to the schema for the key_value processor. #5051

Merged
merged 2 commits into from
Oct 15, 2024

Commits on Oct 11, 2024

  1. Improvements to the schema for the key_value processor.

    This adds a none option to the whitespace enum while still supporting empty string. It includes default values to prevent fields from displaying that they are required. It also provides a solution for the schema generation which removes any property with a defaultValue from the list of required fields.
    
    Signed-off-by: David Venable <[email protected]>
    dlvenable committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d54c050 View commit details
    Browse the repository at this point in the history
  2. Whitespace corrections

    Signed-off-by: David Venable <[email protected]>
    dlvenable committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    96c5211 View commit details
    Browse the repository at this point in the history