vcpe/srcs/libs/docs/json_schema/schema/side-test-pattern.json

12 lines
258 B
JSON
Raw Normal View History

{
"description": "string pattern side tests",
"schema-non-object": {
"pattern": true
},
"schema-invalid-regex": {
"pattern": "^[a-zA-Z0-9]*@[a-zA-Z0-9-_.]*[.]*?"
},
"schema-valid": {
"pattern": "boten*"
}
}