Palo Alto Networks · Schema

Product

Product schema from Palo Alto Networks Security Advisory API

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
name string Product name as referenced in advisories.
advisory_count integer Number of published advisories referencing this product.
View JSON Schema on GitHub

JSON Schema

security-advisory-api-product-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Product",
  "description": "Product schema from Palo Alto Networks Security Advisory API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/security-advisory-api-product-schema.json",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Product name as referenced in advisories."
    },
    "advisory_count": {
      "type": "integer",
      "description": "Number of published advisories referencing this product."
    }
  }
}