Просмотр исходного кода

Merge pull request #176 from aznashwan/additional-storage-info

Allow for additional returned info during storage listing.
Nashwan Azhari 5 лет назад
Родитель
Сommit
d3a0dd867f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      coriolis/schemas/vm_storage_schema.json

+ 1 - 1
coriolis/schemas/vm_storage_schema.json

@@ -6,7 +6,7 @@
       "type": "array",
       "items": {
         "type": "object",
-        "additionalProperties": false,
+        "additionalProperties": true,
         "properties": {
           "id": {
             "type": "string"