GetBaselineResponse schema from AWS Control Tower API
{ "$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-baseline-response-schema.json", "title": "GetBaselineResponse", "description": "GetBaselineResponse schema from AWS Control Tower API", "type": "object", "properties": { "arn": { "type": "string" }, "description": { "type": "string" }, "name": { "type": "string" } } }