Merge "Correct volume type api schema validation"
This commit is contained in:
@@ -26,7 +26,7 @@ create_get_volume = {
|
||||
'availabilityZone': {'type': 'string'},
|
||||
'createdAt': {'type': 'string'},
|
||||
'displayDescription': {'type': ['string', 'null']},
|
||||
'volumeType': {'type': 'string'},
|
||||
'volumeType': {'type': ['string', 'null']},
|
||||
'snapshotId': {'type': ['string', 'null']},
|
||||
'metadata': {'type': 'object'},
|
||||
'size': {'type': 'integer'},
|
||||
@@ -74,7 +74,7 @@ list_volumes = {
|
||||
'availabilityZone': {'type': 'string'},
|
||||
'createdAt': {'type': 'string'},
|
||||
'displayDescription': {'type': ['string', 'null']},
|
||||
'volumeType': {'type': 'string'},
|
||||
'volumeType': {'type': ['string', 'null']},
|
||||
'snapshotId': {'type': ['string', 'null']},
|
||||
'metadata': {'type': 'object'},
|
||||
'size': {'type': 'integer'},
|
||||
|
||||
Reference in New Issue
Block a user