databricks-cli/libs/jsonschema/testdata/instance-validate
Arpit Jasapara ce8cfef19d
Add support for `anyOf` to `skip_prompt_if` (#1133)
## Changes
This PR:
Introduces `anyOf` to `skip_prompt_if`. This allows you to make OR
conditionals for skipping prompts during template initialization.

## Tests
Added unit test and confirmed existing ones still work. Also tested
manually.

---------

Co-authored-by: Shreyas Goenka <shreyas.goenka@databricks.com>
2024-01-25 10:09:42 +00:00
..
multiple-patterns-schema.json Fix pattern validation for input properties (#912) 2023-10-24 15:56:54 +00:00
test-empty-anyof.json Add support for `anyOf` to `skip_prompt_if` (#1133) 2024-01-25 10:09:42 +00:00
test-schema-anyof.json Add support for `anyOf` to `skip_prompt_if` (#1133) 2024-01-25 10:09:42 +00:00
test-schema-const.json Add support for `anyOf` to `skip_prompt_if` (#1133) 2024-01-25 10:09:42 +00:00
test-schema-enum.json Add enum support for bundle templates (#668) 2023-09-08 12:07:22 +00:00
test-schema-no-additional-properties.json Add schema and config validation to jsonschema package (#740) 2023-09-07 14:36:06 +00:00
test-schema-pattern-with-custom-message.json Add support for regex patterns in template schema (#768) 2023-09-25 09:53:38 +00:00
test-schema-pattern.json Add support for regex patterns in template schema (#768) 2023-09-25 09:53:38 +00:00
test-schema-some-fields-required.json Add schema and config validation to jsonschema package (#740) 2023-09-07 14:36:06 +00:00
test-schema.json Add schema and config validation to jsonschema package (#740) 2023-09-07 14:36:06 +00:00