Merge "Add volume_type to apischema"

This commit is contained in:
Zuul 2018-07-10 09:10:37 +00:00 committed by Gerrit Code Review
commit a430a1f353
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ volume = {
"required": ["size"],
"properties": {
"size": volume_size,
"required": True
"type": non_empty_string
}
}