{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-control-tower/refs/heads/main/json-structure/enabled-control-summary-structure.json", "name": "EnabledControlSummary", "description": "Summary information about an enabled control.", "type": "object", "properties": { "arn": { "type": "string", "description": "The ARN of the enabled control." }, "controlIdentifier": { "type": "string", "description": "The control identifier." }, "statusSummary": { "type": "object", "properties": { "status": { "type": "string" } } }, "targetIdentifier": { "type": "string" } } }