{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TroubleTicketSpecificationDeleteEventPayload", "title": "TroubleTicketSpecificationDeleteEventPayload", "type": "object", "description": "TroubleTicketSpecificationDeleteEventPayload generic structure", "properties": { "troubleTicketSpecification": { "$ref": "#/components/schemas/TroubleTicketSpecificationRef" } } }