{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/email-security_ThreatCategory", "title": "email-security_ThreatCategory", "properties": { "description": { "nullable": true, "type": "string" }, "id": { "format": "int64", "type": "integer" }, "name": { "nullable": true, "type": "string" } }, "required": [ "id" ], "type": "object" }