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

13 lines
199 B
JSON

{
"properties": {
"foo": {
"type": "string",
"const": "abc"
},
"bar": {
"type": "string",
"const": "def"
}
}
}