databricks-cli/bundle/schema
Ilya Kuznetsov c224be5c1f
Allow using variables in enum fields (#2199)
## Changes

It is possible to pass variable to enum fields but json-schema doesn't
accept it. This PR adds `oneOf` for enum types that includes `${var-*}`
pattern

## Tests

Manually checked in VSCode
2025-01-22 10:30:17 +00:00
..
embed.go Make bundle JSON schema modular with `$defs` (#1700) 2024-09-10 13:55:18 +00:00
embed_test.go Allow using variables in enum fields (#2199) 2025-01-22 10:30:17 +00:00
jsonschema.json Allow using variables in enum fields (#2199) 2025-01-22 10:30:17 +00:00