{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Blackout", "type": "object", "properties": { "blackoutId": { "type": "string" }, "blackoutName": { "type": "string" }, "description": { "type": "string" }, "status": { "type": "string" }, "reason": { "type": "string" }, "createdBy": { "type": "string" }, "targets": { "type": "array" }, "timeCreated": { "type": "string" }, "timeUpdated": { "type": "string" }, "canonicalLink": { "type": "string" } } }