summaryrefslogtreecommitdiffstats
path: root/component-json-schemas/component-spec-schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'component-json-schemas/component-spec-schema.json')
-rw-r--r--component-json-schemas/component-spec-schema.json5
1 files changed, 5 insertions, 0 deletions
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,