{ "$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-create-ticket-request-structure.json", "name": "CreateTicketRequest", "description": "CreateTicketRequest schema from Incident Security Service Posture Management API", "type": "object", "properties": { "resourceIds": { "type": "array", "items": { "type": "string" } }, "feature": { "type": "string", "enum": [ "ENROLLMENT", "ACTIVITY", "LOGOUT", "IDENTITY_NHI", "IDENTITY_ACTIVITY" ] }, "integrationId": { "type": "string" }, "type": { "type": "string" }, "issueTypeId": { "type": "string" }, "summary": { "type": "string" }, "description": { "type": "string" }, "settings": { "type": "object", "additionalProperties": { "type": "string" } } }, "required": [ "resourceIds", "feature", "integrationId", "type", "issueTypeId", "summary" ] }