workers_tail-response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-tail-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_tail-response",
  "title": "workers_tail-response",
  "allOf": [
    {
      "$ref": "#/components/schemas/workers_api-response-common"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "expires_at": {
              "readOnly": true,
              "type": "string"
            },
            "id": {
              "readOnly": true,
              "type": "string"
            },
            "url": {
              "readOnly": true,
              "type": "string"
            }
          },
          "type": "object"
        }
      }
    }
  ]
}