{ "$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." } } }