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