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