Allianz Future Cloud Platform · JSON Structure

Platform Services Namespace List Structure

List of platform namespaces

Type: object Properties: 2
Cloud PlatformEnterpriseFinancial ServicesInsurancePlatform EngineeringKubernetes

NamespaceList is a JSON Structure definition published by Allianz Future Cloud Platform, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

total items

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/allianz-future-cloud-platform/refs/heads/main/json-structure/platform-services-namespace-list-structure.json",
  "description": "List of platform namespaces",
  "properties": {
    "total": {
      "type": "integer",
      "description": "Total number of namespaces",
      "example": 12
    },
    "items": {
      "type": "array",
      "description": "List of namespace records",
      "items": {
        "$ref": "#/components/schemas/Namespace"
      }
    }
  },
  "name": "NamespaceList"
}