{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-marketplace/refs/heads/main/json-structure/amazon-marketplace-error-detail-list-structure.json", "name": "ErrorDetailList", "description": "ErrorDetailList schema from Amazon Marketplace API", "type": "array", "items": { "$ref": "#/components/schemas/ErrorDetail" } }