X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=component-json-schemas%2Fcomponent-spec-schema.json;fp=component-json-schemas%2Fcomponent-spec-schema.json;h=27d0403af67eac00e03ab89437d5f07aa06fbee3;hb=0d4c19a9389a933cf5b5e83173f97f8cd72b7f5e;hp=690cc96410b8edf558334c0c187b89ebb2ae829b;hpb=3b22c6518e8dbb4a4ddf7aa615a8dccdc2d280b7;p=dcaegen2%2Fplatform%2Fcli.git diff --git a/component-json-schemas/component-spec-schema.json b/component-json-schemas/component-spec-schema.json index 690cc96..27d0403 100644 --- a/component-json-schemas/component-spec-schema.json +++ b/component-json-schemas/component-spec-schema.json @@ -219,6 +219,11 @@ "type": "boolean", "default": false }, + "sourced_at_deployment": { + "description": "An optional key that declares a parameter's value to be assigned at deployment time (true). Default is false.", + "type": "boolean", + "default": false + }, "policy_schema" :{ "type": "array", "uniqueItems": true,