Merge "Fix Failed validating 'oneOf' in schema[1]['properties']['volumes']['items...
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Tue, 16 Feb 2021 06:43:39 +0000 (06:43 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 16 Feb 2021 06:43:39 +0000 (06:43 +0000)
mod/component-json-schemas/component-specification/dcae-cli-v2/component-spec-schema.json [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 56dbf3a..4a3597a
             "type": "string"
           }
         }
-      }
+      },
+      "required": ["host", "container"]
     },
     "config_map_volume": {
       "type": "object",
             "type": "string"
           }
         }
-      }
+      },
+      "required": ["config_volume", "container"]
     },
     "docker_healthcheck_http": {
       "properties": {
       ]
     }
   }
-}
+}
\ No newline at end of file