databricks-cli/libs/jsonschema
shreyas-goenka 1f1ed6db53
Add versioning for bundle templates (#972)
## Changes
This PR adds versioning for bundle templates. Right now there's only
logic for the maximum version of templates supported. At some point in
the future if we make a breaking template change we can also include a
minimum version of template supported by the CLI.

## Tests
Unit tests.
2023-11-30 14:28:51 +00:00
..
testdata Fix pattern validation for input properties (#912) 2023-10-24 15:56:54 +00:00
extension.go Add versioning for bundle templates (#972) 2023-11-30 14:28:51 +00:00
instance.go Make to/from string methods private to the jsonschema package (#942) 2023-11-06 15:05:17 +00:00
instance_test.go Fix pattern validation for input properties (#912) 2023-10-24 15:56:54 +00:00
schema.go Remove validation for default value against pattern (#959) 2023-11-07 12:35:59 +00:00
schema_order.go Add support for ordering of input prompts (#662) 2023-09-05 11:08:25 +00:00
schema_order_test.go Add support for ordering of input prompts (#662) 2023-09-05 11:08:25 +00:00
schema_test.go Remove validation for default value against pattern (#959) 2023-11-07 12:35:59 +00:00
utils.go Make to/from string methods private to the jsonschema package (#942) 2023-11-06 15:05:17 +00:00
utils_test.go Make to/from string methods private to the jsonschema package (#942) 2023-11-06 15:05:17 +00:00
validate_type.go Add schema and config validation to jsonschema package (#740) 2023-09-07 14:36:06 +00:00
validate_type_test.go Add schema and config validation to jsonschema package (#740) 2023-09-07 14:36:06 +00:00