changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "pulses": {
+ "description": "List of pulse summaries",
+ "items": {
+ "properties": {
+ "attack_ids": {
+ "description": "MITRE ATT&CK IDs",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "author": {
+ "description": "Pulse author name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "created": {
+ "description": "Creation timestamp",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "description": "Pulse description (truncated to 400 chars)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Pulse ID (hex string)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "indicators_count": {
+ "description": "Number of indicators in pulse",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "industries": {
+ "description": "Targeted industries",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "malware_families": {
+ "description": "Associated malware families",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "modified": {
+ "description": "Last modification timestamp",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Pulse name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "otx_url": {
+ "description": "OTX web URL for pulse",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "tags": {
+ "description": "Associated tags",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "targeted_countries": {
+ "description": "Countries targeted by threat",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "returned": {
+ "description": "Number of pulses returned in this response",
+ "type": "number"
+ },
+ "total": {
+ "description": "Total number of pulses matching the query",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "returned",
+ "pulses"
+ ],
+ "type": "object"
+}