ThreatProtectionPolicy schema from WSO2 API Manager
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/publisher-api-threat-protection-policy-schema.json", "title": "Threat Protection Policy Schema", "description": "ThreatProtectionPolicy schema from WSO2 API Manager", "required": [ "name", "policy", "type" ], "type": "object", "properties": { "uuid": { "type": "string", "description": "Policy ID" }, "name": { "type": "string", "description": "Name of the policy" }, "type": { "type": "string", "description": "Type of the policy" }, "policy": { "type": "string", "description": "policy as a json string" } } }