{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/identity-security-posture-management-api-unlink-ticket-request-structure.json", "name": "UnlinkTicketRequest", "description": "UnlinkTicketRequest schema from Incident Security Service Posture Management API", "type": "object", "properties": { "id": { "type": "string" }, "resourceIds": { "type": "array", "items": { "type": "string" } }, "feature": { "type": "string", "enum": [ "ENROLLMENT", "ACTIVITY", "LOGOUT", "IDENTITY_NHI", "IDENTITY_ACTIVITY" ] } }, "required": [ "id", "feature" ] }