You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Default values for the canister type. These values are used when the user does not provide values in dfx.json. The \"metadata\" field, if present, is appended to the metadata field from dfx.json, which has the effect of providing defaults. The \"tech_stack field, if present, it merged with the tech_stack field from dfx.json, which also has the effect of providing defaults.",
128
+
"default": {},
129
+
"type": "object",
130
+
"additionalProperties": true
131
+
},
132
+
"evaluation_order": {
133
+
"description": "If one field depends on another and both specify a handlebars expression, list the fields in the order that they should be evaluated.",
0 commit comments