Censys · JSON Structure

Asset Graph Spice Structure

Spice schema from Asset Graph API

Type: object Properties: 4
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

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

Properties

major_version minor_version tls_only x509_public_key

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/asset-graph-spice-structure.json",
  "name": "Spice",
  "description": "Spice schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "major_version": {
      "type": "int32",
      "minimum": 0
    },
    "minor_version": {
      "type": "int32",
      "minimum": 0
    },
    "tls_only": {
      "type": "boolean"
    },
    "x509_public_key": {
      "type": "string"
    }
  }
}