Linkerd · Schema
Linkerd Edge
An observed connection edge between two meshed Kubernetes resources, including mTLS identity information.
KubernetesmTLSObservabilitySecurityService Mesh
Properties
| Name | Type | Description |
|---|---|---|
| src | object | Source resource of the connection. |
| dst | object | Destination resource of the connection. |
| client_id | string | TLS client identity of the source. |
| server_id | string | TLS server identity of the destination. |
| no_identity_msg | string | Reason for missing mTLS identity, if applicable. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-evangelist/linkerd/blob/main/json-schema/edge.json",
"title": "Linkerd Edge",
"description": "An observed connection edge between two meshed Kubernetes resources, including mTLS identity information.",
"type": "object",
"properties": {
"src": {
"$ref": "#/$defs/Resource",
"description": "Source resource of the connection."
},
"dst": {
"$ref": "#/$defs/Resource",
"description": "Destination resource of the connection."
},
"client_id": {
"type": "string",
"description": "TLS client identity of the source."
},
"server_id": {
"type": "string",
"description": "TLS server identity of the destination."
},
"no_identity_msg": {
"type": "string",
"description": "Reason for missing mTLS identity, if applicable."
}
},
"$defs": {
"Resource": {
"type": "object",
"description": "A Kubernetes resource reference.",
"properties": {
"namespace": {
"type": "string",
"description": "Kubernetes namespace."
},
"type": {
"type": "string",
"description": "Resource type (e.g., deployment, pod, service)."
},
"name": {
"type": "string",
"description": "Resource name."
}
}
}
}
}
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/edge"
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.