databricks-cli/libs/jsonschema/testdata/schema-load-int/schema-valid.json

11 lines
164 B
JSON

{
"type": "object",
"properties": {
"abc": {
"type": "integer",
"default": 1,
"enum": [1,2,3]
}
}
}