{ "type": "object", "properties": { "errors": { "type": "array", "items": { "$ref": "#/components/schemas/Error" } } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorList", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/selling-partner-error-list-schema.json", "description": "ErrorList schema from Amazon Selling Partner API" }