{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BlackoutReasonCreateRequest", "type": "object", "description": "Request body for creating a blackout reason.", "properties": { "reason": { "type": "string", "description": "Text of the blackout reason." } } }