The Update Framework (TUF) · JSON Structure

Tuf Root Metadata Structure

JSON structure for The Update Framework root.json metadata file (trust anchor)

Type: Properties: 0
CNCFCloud-NativeGraduatedSecuritySoftware Supply ChainSoftware UpdatesVerification

Tuf Root Metadata Structure is a JSON Structure definition published by The Update Framework (TUF).

Meta-schema:

JSON Structure

tuf-root-metadata-structure.json Raw ↑
{
  "title": "TUF Root Metadata Structure",
  "description": "JSON structure for The Update Framework root.json metadata file (trust anchor)",
  "structure": {
    "signed": {
      "_type": "string (const: 'root')",
      "spec_version": "string (semver, e.g. '1.0.31')",
      "version": "integer (monotonically increasing)",
      "expires": "string (ISO 8601 date-time UTC)",
      "consistent_snapshot": "boolean",
      "keys": {
        "<key_id>": {
          "keytype": "string (ed25519, rsa, ecdsa)",
          "scheme": "string (ed25519, rsassa-pss-sha256, ecdsa-sha2-nistp256)",
          "keyval": {
            "public": "string (hex for ed25519, PEM for RSA/ECDSA)"
          }
        }
      },
      "roles": {
        "root": {
          "keyids": ["string (64-char hex key ID)"],
          "threshold": "integer (minimum valid signatures required)"
        },
        "targets": {
          "keyids": ["string"],
          "threshold": "integer"
        },
        "snapshot": {
          "keyids": ["string"],
          "threshold": "integer"
        },
        "timestamp": {
          "keyids": ["string"],
          "threshold": "integer"
        }
      }
    },
    "signatures": [
      {
        "keyid": "string (64-char hex)",
        "sig": "string (hex-encoded signature)"
      }
    ]
  }
}

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/tuf-root-metadata-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.