Censys · Schema

Metrics

Metrics schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
cvss_v30 object
cvss_v31 object
cvss_v40 object
epss object
View JSON Schema on GitHub

JSON Schema

platform-metrics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-metrics-schema.json",
  "title": "Metrics",
  "description": "Metrics schema from Censys Platform API",
  "type": "object",
  "properties": {
    "cvss_v30": {
      "$ref": "#/components/schemas/CVSS"
    },
    "cvss_v31": {
      "$ref": "#/components/schemas/CVSS"
    },
    "cvss_v40": {
      "$ref": "#/components/schemas/CVSSv4"
    },
    "epss": {
      "$ref": "#/components/schemas/EPSS"
    }
  },
  "additionalProperties": false
}