Trivial fix to default_schema
Added parenthesis that was missing to regex.
This commit is contained in:
@@ -43,7 +43,7 @@ schema = {
|
|||||||
},
|
},
|
||||||
'kind': {
|
'kind': {
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'pattern': '^([A-Za-z]+$'
|
'pattern': '^([A-Za-z]+)$'
|
||||||
},
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'type': 'object',
|
'type': 'object',
|
||||||
|
|||||||
Reference in New Issue
Block a user