databricks-cli/libs/jsonschema/testdata/schema-load-int
shreyas-goenka 7c96270db8
Add enum support for bundle templates (#668)
## Changes
This PR includes:
1. Adding enum field to the json schema struct
2. Adding prompting logic for enum values. See demo for how it looks
3. Validation rules, validating the default value and config values when
an enum list is specified

This will now enable template authors to use enums for input parameters.

## Tests
Manually and new unit tests
2023-09-08 12:07:22 +00:00
..
schema-invalid-default.json Add schema and config validation to jsonschema package (#740) 2023-09-07 14:36:06 +00:00
schema-invalid-enum.json Add enum support for bundle templates (#668) 2023-09-08 12:07:22 +00:00
schema-valid.json Add enum support for bundle templates (#668) 2023-09-08 12:07:22 +00:00