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