{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-control-tower/refs/heads/main/json-schema/list-enabled-controls-response-schema.json", "title": "ListEnabledControlsResponse", "description": "ListEnabledControlsResponse schema from AWS Control Tower API", "type": "object", "properties": { "enabledControls": { "type": "array", "items": { "$ref": "#/components/schemas/EnabledControlSummary" } }, "nextToken": { "type": "string" } } }