mirror of https://github.com/databricks/cli.git
10 lines
225 B
JSON
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'"
|
||
|
}
|
||
|
}
|
||
|
}
|