databricks-cli/libs/jsonschema/testdata/instance-validate/test-schema-pattern-with-cu...

10 lines
225 B
JSON

{
"properties": {
"foo": {
"type": "string",
"pattern": "a.*c",
"pattern_match_failure_message": "Please enter a string starting with 'a' and ending with 'c'"
}
}
}