{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Deployment", "type": "object", "properties": { "name": { "type": "string" }, "status": { "type": "string" }, "description": { "type": "string" }, "oggHome": { "type": "string" }, "oggVersion": { "type": "string" }, "environmentVariables": { "type": "object" }, "services": { "type": "array" } } }