{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BlackoutTargetCollection", "type": "object", "description": "Collection of targets in a blackout.", "properties": { "items": { "type": "array" } } }