Scaleway · Schema

scaleway.containers.v1.ListContainersResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

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

JSON Schema

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