{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-control-tower/refs/heads/main/json-schema/get-enabled-baseline-response-schema.json", "title": "GetEnabledBaselineResponse", "description": "GetEnabledBaselineResponse schema from AWS Control Tower API", "type": "object", "properties": { "enabledBaselineDetails": { "$ref": "#/components/schemas/EnabledBaseline" } } }