{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-control-tower/refs/heads/main/json-schema/disable-baseline-response-schema.json", "title": "DisableBaselineResponse", "description": "DisableBaselineResponse schema from AWS Control Tower API", "type": "object", "properties": { "operationIdentifier": { "type": "string", "example": "a1b2c3d4-5678-90ab-cdef-EXAMPLEAAAAA" } } }