{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Provider", "type": "object", "properties": { "stage": { "type": "string" }, "stackName": { "type": "string" }, "ssot": { "type": "boolean" } }, "required": ["stage", "stackName"] }
