{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "BlackoutTarget",
"type": "object",
"description": "A target included in a blackout.",
"properties": {
"targetName": {
"type": "string",
"description": "Name of the target."
},
"targetType": {
"type": "string",
"description": "Type of the target."
},
"includeMembers": {
"type": "boolean",
"description": "Whether to include member targets (for composite targets and groups)."
}
}
}