{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PublicCombinedSecurityRule", "title": "PublicCombinedSecurityRule", "type": "object", "properties": { "entity_type": { "type": "string" }, "region": { "type": "string" }, "description": { "type": "string" }, "detection_method": { "type": "string" }, "is_active": { "type": "boolean" }, "outbound_action": { "type": "string" }, "defined_at": { "type": "string" }, "org_is_active": { "type": "boolean" }, "org_outbound_action": { "type": "string" } }, "required": [ "entity_type", "description", "detection_method", "is_active", "outbound_action", "defined_at" ], "description": "Standard entity rule with effective configuration for a tool pack." }