Censys · JSON Structure

Platform Rootstore Structure

RootStore schema from Censys Platform API

Type: object Properties: 8
SecurityInternet IntelligenceAttack Surface ManagementThreat Huntingcyber-threat-intelligenceOSINTInternet ScanningCertificatesAsset Discovery

RootStore is a JSON Structure definition published by Censys, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

chains ever_valid had_trusted_path has_trusted_path in_revocation_set is_valid parents type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-rootstore-structure.json",
  "name": "RootStore",
  "description": "RootStore schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "chains": {
      "type": [
        "array",
        "null"
      ],
      "description": "A path of trusted signing certificates up to a root certificate present in a root store, represented as an ordered list of SHA-256 fingerprints.",
      "items": {
        "$ref": "#/components/schemas/RootStore_Chain"
      }
    },
    "ever_valid": {
      "type": "boolean",
      "description": "Whether the certificate has ever been considered valid by the root store."
    },
    "had_trusted_path": {
      "type": "boolean",
      "description": "Whether there ever existed a trusted path of signing certificates from a certificate present in the root certificate store."
    },
    "has_trusted_path": {
      "type": "boolean",
      "description": "Whether there currently exists a trusted path of signing certificates from a certificate present in the root certificate store."
    },
    "in_revocation_set": {
      "type": "boolean",
      "description": "Whether the certificate is in the revocation set (e.g. OneCRL) associated with the root store."
    },
    "is_valid": {
      "type": "boolean",
      "description": "Whether the certificate is currently considered valid by the root store: a summary of the trust path, revoked, blocklisted/allowlisted, and expired fields."
    },
    "parents": {
      "type": [
        "array",
        "null"
      ],
      "description": "The SHA-256 fingerprints of the certificate's immediate parents in its trust path(s).",
      "items": {
        "type": "string"
      }
    },
    "type": {
      "type": "string",
      "description": "The certificate's type. Options include root, intermediate, or leaf.",
      "enum": [
        "",
        "root",
        "intermediate",
        "leaf"
      ]
    }
  }
}

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/platform-rootstore-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.