databricks-cli/libs/jsonschema/testdata/instance-validate/test-schema-const.json

13 lines
199 B
JSON
Raw Normal View History

2024-01-20 00:51:34 +00:00
{
"properties": {
"foo": {
"type": "string",
"const": "abc"
},
"bar": {
"type": "string",
"const": "def"
}
}
}