{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Deployment", "type": "object", "properties": { "id": { "type": "string", "description": "The unique identifier of the deployment." }, "url": { "type": "string", "description": "The URL of the deployment." }, "environment": { "type": "string", "description": "The deployment environment." }, "created_on": { "type": "string", "description": "When the deployment was created." }, "latest_stage": { "type": "object" } } }