{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudtrail/refs/heads/main/json-structure/cloudtrail-describe-trails-response-structure.json", "name": "DescribeTrailsResponse", "description": "DescribeTrailsResponse schema", "type": "object", "properties": { "trailList": { "type": "array", "items": { "type": "object", "properties": { "Name": { "type": "string" }, "S3BucketName": { "type": "string" }, "TrailARN": { "type": "string" }, "HomeRegion": { "type": "string" }, "IsMultiRegionTrail": { "type": "boolean" }, "LogFileValidationEnabled": { "type": "boolean" }, "HasCustomEventSelectors": { "type": "boolean" } } } } } }