Censys · JSON Structure

Asset Graph Metrics Structure

Metrics schema from Asset Graph API

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

Metrics 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

cvss_v30 cvss_v31 cvss_v40 epss

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-metrics-structure.json",
  "name": "Metrics",
  "description": "Metrics schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "cvss_v30": {
      "$ref": "#/components/schemas/CVSS"
    },
    "cvss_v31": {
      "$ref": "#/components/schemas/CVSS"
    },
    "cvss_v40": {
      "$ref": "#/components/schemas/CVSSv4"
    },
    "epss": {
      "$ref": "#/components/schemas/EPSS"
    }
  }
}