Scaleway · Schema

scaleway.containers.v1.ListTriggersResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
triggers array
total_count integer
View JSON Schema on GitHub

JSON Schema

scaleway-scalewaycontainersv1listtriggersresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.containers.v1.ListTriggersResponse",
  "title": "scaleway.containers.v1.ListTriggersResponse",
  "type": "object",
  "properties": {
    "triggers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/scaleway.containers.v1.Trigger"
      }
    },
    "total_count": {
      "type": "integer",
      "format": "uint64"
    }
  },
  "x-properties-order": [
    "triggers",
    "total_count"
  ]
}