{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Deployment", "type": "object", "properties": { "url": { "type": "string" }, "id": { "type": "integer" }, "node_id": { "type": "string" }, "task": { "type": "string" }, "environment": { "type": "string" }, "description": { "type": "string" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }