Scaleway · Schema

scaleway.containers.v1.ListDomainsResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

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

JSON Schema

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