{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DeploymentCanarySettings", "type": "object", "properties": { "percentTraffic": { "type": "number" }, "stageVariableOverrides": { "type": "object" }, "useStageCache": { "type": "boolean" } } }