Allianz Future Cloud Platform · Schema
Service
A microservice registered on the Allianz Future Cloud Platform
Cloud PlatformEnterpriseFinancial-ServicesInsurancePlatform EngineeringKubernetes
Properties
| Name | Type | Description |
|---|---|---|
| service_id | string | Unique identifier for the service |
| name | string | Kebab-case service name |
| namespace | string | Kubernetes namespace the service belongs to |
| status | string | Current operational status |
| replicas | integer | Number of running pod replicas |
| version | string | Currently deployed version |
| language | string | Primary programming language |
| repository_url | string | Git repository URL |
| created_at | string | Timestamp when the service was registered |
| modified_at | string | Timestamp when the service was last updated |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/allianz-future-cloud-platform/refs/heads/main/json-schema/platform-services-service-schema.json",
"title": "Service",
"description": "A microservice registered on the Allianz Future Cloud Platform",
"type": "object",
"properties": {
"service_id": {
"type": "string",
"description": "Unique identifier for the service",
"example": "svc-500123"
},
"name": {
"type": "string",
"description": "Kebab-case service name",
"example": "policy-service"
},
"namespace": {
"type": "string",
"description": "Kubernetes namespace the service belongs to",
"example": "insurance-policy"
},
"status": {
"type": "string",
"description": "Current operational status",
"enum": [
"running",
"pending",
"failed",
"stopped"
],
"example": "running"
},
"replicas": {
"type": "integer",
"description": "Number of running pod replicas",
"example": 3
},
"version": {
"type": "string",
"description": "Currently deployed version",
"example": "2.5.1"
},
"language": {
"type": "string",
"description": "Primary programming language",
"enum": [
"kotlin",
"java",
"nodejs",
"python"
],
"example": "kotlin"
},
"repository_url": {
"type": "string",
"format": "uri",
"description": "Git repository URL",
"example": "https://github.com/allianz/policy-service"
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the service was registered",
"example": "2026-01-01T00:00:00Z"
},
"modified_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the service was last updated",
"example": "2026-04-15T14:30:00Z"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/platform-services-service"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.