workers_deployments-base

APIs.ioEngineeringPlatform

Properties

Name Type Description
annotations object
author_email string
created_on string
id object
source string
strategy string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-deployments-base-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_deployments-base",
  "title": "workers_deployments-base",
  "properties": {
    "annotations": {
      "properties": {
        "workers/message": {
          "description": "Human-readable message about the deployment.",
          "example": "Deploy bug fix.",
          "maxLength": 50,
          "type": "string"
        }
      },
      "type": "object"
    },
    "author_email": {
      "example": "[email protected]",
      "readOnly": true,
      "type": "string"
    },
    "created_on": {
      "example": "2022-11-08T17:19:29.176266Z",
      "readOnly": true,
      "type": "string"
    },
    "id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/workers_schemas-deployment_identifier"
        }
      ],
      "readOnly": true
    },
    "source": {
      "example": "api",
      "readOnly": true,
      "type": "string"
    },
    "strategy": {
      "type": "string"
    }
  },
  "type": "object"
}