{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Deployment", "type": "object", "properties": { "id": { "type": "string" }, "url": { "type": "string" }, "environment": { "type": "string" }, "created_on": { "type": "string" }, "latest_stage": { "type": "object" } } }