{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pre-receive-environment-download-status", "title": "pre-receive-environment-download-status", "type": "object", "properties": { "url": { "type": "string" }, "state": { "type": "string" }, "downloaded_at": { "nullable": true, "type": "string" }, "message": { "nullable": true, "type": "string" } } }