{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CloseIncidentRequest", "title": "CloseIncidentRequest", "type": "object", "properties": { "note": { "type": "string", "description": "Additional note to add when closing the incident." } } }