{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudtrail/refs/heads/main/json-schema/cloudtrail-list-event-data-stores-response-schema.json", "title": "ListEventDataStoresResponse", "description": "ListEventDataStoresResponse schema", "type": "object", "properties": { "EventDataStores": { "type": "array", "items": { "type": "object", "properties": { "EventDataStoreArn": { "type": "string" }, "Name": { "type": "string" }, "Status": { "type": "string" }, "RetentionPeriod": { "type": "integer" } } } }, "NextToken": { "type": "string" } } }