pre-receive-environment-download-status

APIs.ioEngineeringPlatform

Properties

Name Type Description
url string
state string
downloaded_at string
message string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-pre-receive-environment-download-status-schema.json Raw ↑
{
  "$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"
    }
  }
}