workers_schemas-deployments-list-response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-schemas-deployments-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_schemas-deployments-list-response",
  "title": "workers_schemas-deployments-list-response",
  "allOf": [
    {
      "$ref": "#/components/schemas/workers_api-response-common"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "deployments": {
              "items": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/workers_deployments-base"
                  },
                  {
                    "oneOf": [
                      {
                        "$ref": "#/components/schemas/workers_deployments-strategy-percentage"
                      }
                    ]
                  }
                ]
              },
              "type": "array"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    }
  ]
}