Merge "Fix AZ List Detail schema to allow hosts as None"
This commit is contained in:
@@ -51,7 +51,7 @@ base = {
|
||||
}
|
||||
|
||||
detail = {
|
||||
'type': 'object',
|
||||
'type': ['object', 'null'],
|
||||
'patternProperties': {
|
||||
# NOTE: Here is for a hostname
|
||||
'^[a-zA-Z0-9-_.]+$': {
|
||||
|
||||
Reference in New Issue
Block a user