Allianz Future Cloud Platform · JSON Structure

Platform Services Service Structure

A microservice registered on the Allianz Future Cloud Platform

Type: object Properties: 10
Cloud PlatformEnterpriseFinancial-ServicesInsurancePlatform EngineeringKubernetes

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

Properties

service_id name namespace status replicas version language repository_url created_at modified_at

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-service-structure.json",
  "description": "A microservice registered on the Allianz Future Cloud Platform",
  "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": "uri",
      "description": "Git repository URL",
      "example": "https://github.com/allianz/policy-service"
    },
    "created_at": {
      "type": "datetime",
      "description": "Timestamp when the service was registered",
      "example": "2026-01-01T00:00:00Z"
    },
    "modified_at": {
      "type": "datetime",
      "description": "Timestamp when the service was last updated",
      "example": "2026-04-15T14:30:00Z"
    }
  },
  "name": "Service"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/platform-services-service-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.