GreyNoise Intelligence · JSON Structure

Greynoise Cve Minimal Response Structure

Type: object Properties: 2
SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

CVEMinimalResponse is a JSON Structure definition published by GreyNoise Intelligence, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id details

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/greynoise/json-structure/greynoise-cve-minimal-response-structure.json",
  "name": "CVEMinimalResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The CVE identifier.",
      "example": "CVE-2024-12345"
    },
    "details": {
      "$ref": "./greynoise-cve-details-structure.json#"
    }
  }
}