{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-account-aggregation-source-list-structure.json", "name": "AccountAggregationSourceList", "description": "AccountAggregationSourceList schema", "type": "array", "items": { "$ref": "#/components/schemas/AccountAggregationSource" }, "minItems": 0, "maxItems": 1 }