SPIRE · JSON Structure
Spire Svid Structure
SPIFFE Verifiable Identity Document issued by SPIRE to attest workload identity.
Type:
Properties: 0
AuthenticationCloud-NativeGraduatedIdentitySecurityZero Trust
SVID is a JSON Structure definition published by SPIRE.
Meta-schema:
JSON Structure
{
"name": "SVID",
"description": "SPIFFE Verifiable Identity Document issued by SPIRE to attest workload identity.",
"fields": [
{
"name": "type",
"type": "string",
"description": "SVID type: x509 or jwt.",
"enum": ["x509", "jwt"],
"required": true
},
{
"name": "spiffe_id",
"type": "string",
"description": "The SPIFFE ID URI encoded in the SVID (e.g., spiffe://example.org/workload/frontend).",
"required": true
},
{
"name": "hint",
"type": "string",
"description": "Optional hint to distinguish between multiple SVIDs when a workload has more than one matching entry.",
"required": false
},
{
"name": "x509_svid",
"type": "object",
"description": "X.509-SVID payload — present when type is x509.",
"required": false,
"fields": [
{
"name": "cert_chain",
"type": "array",
"description": "Ordered list of DER-encoded (base64) X.509 certificates from leaf to last intermediate.",
"required": true
},
{
"name": "private_key",
"type": "string",
"description": "DER-encoded (base64) private key. Delivered only by the Workload API.",
"required": false
},
{
"name": "expiry_time",
"type": "integer",
"description": "Unix timestamp (seconds) when the X.509-SVID expires.",
"required": true
}
]
},
{
"name": "jwt_svid",
"type": "object",
"description": "JWT-SVID payload — present when type is jwt.",
"required": false,
"fields": [
{
"name": "token",
"type": "string",
"description": "Compact serialized JWT string (header.payload.signature).",
"required": true
},
{
"name": "expiry_time",
"type": "integer",
"description": "Unix timestamp (seconds) when the JWT-SVID expires.",
"required": true
},
{
"name": "issued_at",
"type": "integer",
"description": "Unix timestamp (seconds) when the JWT-SVID was issued.",
"required": false
}
]
}
]
}
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.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/spire-svid-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 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.