Sigstore · JSON Structure

Sigstore Log Entry Structure

Structure of a transparency log entry in the Sigstore Rekor log.

Type: Properties: 0
Certificate AuthorityCode SigningContainersCryptographyOpen-SourcePKISecuritySoftware Supply ChainTransparency Log

Sigstore Rekor Log Entry is a JSON Structure definition published by Sigstore.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Sigstore Rekor Log Entry",
  "description": "Structure of a transparency log entry in the Sigstore Rekor log.",
  "fields": [
    { "name": "uuid", "type": "string", "description": "Log entry UUID" },
    { "name": "body", "type": "string", "description": "Base64-encoded entry content" },
    { "name": "integratedTime", "type": "integer", "description": "Unix timestamp of log integration", "required": true },
    { "name": "logID", "type": "string", "description": "Log identity (SHA256 of log public key)", "required": true },
    { "name": "logIndex", "type": "integer", "description": "Position in the transparency log", "required": true },
    { "name": "verification", "type": "object", "description": "Inclusion proof and signed entry timestamp" },
    { "name": "verification.inclusionProof", "type": "object", "description": "Merkle tree inclusion proof" },
    { "name": "verification.inclusionProof.checkpoint", "type": "string", "description": "Signed tree head at inclusion time" },
    { "name": "verification.inclusionProof.hashes", "type": "array", "description": "Merkle proof hash path" },
    { "name": "verification.inclusionProof.rootHash", "type": "string", "description": "Merkle root hash" },
    { "name": "verification.inclusionProof.treeSize", "type": "integer", "description": "Tree size at inclusion" },
    { "name": "verification.signedEntryTimestamp", "type": "string", "description": "Log's signature over entry and timestamp" }
  ]
}

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/sigstore-log-entry-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.