Kuma · Schema

Kuma Mesh Resource Schema

JSON Schema for Kuma service mesh resources including Mesh, Dataplane, and policy types.

EnvoyKubernetesMicroservicesSecurityService Mesh

Properties

Name Type Description
type string The Kuma resource type.
mesh string Name of the mesh this resource belongs to.
name string Name of the resource.
creationTime string Time when the resource was created.
modificationTime string Time when the resource was last modified.
labels object Resource labels for grouping and selection.
spec object Resource specification, varies by type.
targetRef object Target reference for policies, identifies the resources to which the policy applies.
from array Inbound policy rules.
to array Outbound policy rules.
View JSON Schema on GitHub

JSON Schema

kuma-mesh-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/kuma/main/json-schema/kuma-mesh-schema.json",
  "title": "Kuma Mesh Resource Schema",
  "description": "JSON Schema for Kuma service mesh resources including Mesh, Dataplane, and policy types.",
  "type": "object",
  "required": ["type", "name"],
  "properties": {
    "type": {
      "type": "string",
      "description": "The Kuma resource type.",
      "enum": [
        "Mesh",
        "Dataplane",
        "DataplaneInsight",
        "ZoneIngress",
        "ZoneEgress",
        "ServiceInsight",
        "MeshTrafficPermission",
        "MeshRetry",
        "MeshTimeout",
        "MeshCircuitBreaker",
        "MeshHealthCheck",
        "MeshFaultInjection",
        "MeshRateLimit",
        "MeshAccessLog",
        "MeshTrace",
        "MeshProxyPatch",
        "MeshLoadBalancingStrategy",
        "MeshHTTPRoute",
        "MeshTCPRoute",
        "MeshGateway",
        "MeshGatewayRoute",
        "MeshGatewayInstance"
      ]
    },
    "mesh": {
      "type": "string",
      "description": "Name of the mesh this resource belongs to."
    },
    "name": {
      "type": "string",
      "description": "Name of the resource."
    },
    "creationTime": {
      "type": "string",
      "format": "date-time",
      "description": "Time when the resource was created."
    },
    "modificationTime": {
      "type": "string",
      "format": "date-time",
      "description": "Time when the resource was last modified."
    },
    "labels": {
      "type": "object",
      "description": "Resource labels for grouping and selection.",
      "additionalProperties": {
        "type": "string"
      }
    },
    "spec": {
      "type": "object",
      "description": "Resource specification, varies by type."
    },
    "targetRef": {
      "type": "object",
      "description": "Target reference for policies, identifies the resources to which the policy applies.",
      "properties": {
        "kind": {
          "type": "string",
          "enum": ["Mesh", "MeshSubset", "MeshService", "MeshServiceSubset", "MeshGateway"]
        },
        "name": {
          "type": "string"
        },
        "tags": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      }
    },
    "from": {
      "type": "array",
      "description": "Inbound policy rules.",
      "items": {
        "type": "object"
      }
    },
    "to": {
      "type": "array",
      "description": "Outbound policy rules.",
      "items": {
        "type": "object"
      }
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/kuma-mesh"
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.