Scaleway · Schema

scaleway.functions.v1beta1.ListDomainsResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
domains array Array of domains.
total_count integer Total number of domains.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayfunctionsv1beta1listdomainsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.functions.v1beta1.ListDomainsResponse",
  "title": "scaleway.functions.v1beta1.ListDomainsResponse",
  "type": "object",
  "properties": {
    "domains": {
      "type": "array",
      "description": "Array of domains.",
      "items": {
        "$ref": "#/components/schemas/scaleway.functions.v1beta1.Domain"
      }
    },
    "total_count": {
      "type": "integer",
      "description": "Total number of domains.",
      "format": "uint32"
    }
  },
  "x-properties-order": [
    "domains",
    "total_count"
  ]
}