{ "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-service-list-structure.json", "description": "Paginated list of platform services", "properties": { "total": { "type": "integer", "description": "Total number of registered services", "example": 62 }, "items": { "type": "array", "description": "List of service records", "items": { "$ref": "#/components/schemas/Service" } } }, "name": "ServiceList" }