{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BlackoutUpdateRequest", "type": "object", "properties": { "description": { "type": "string" }, "reason": { "type": "string" }, "targets": { "type": "array" } } }