ErrorSchema schema from Etsy Open API v3
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorSchema", "description": "ErrorSchema schema from Etsy Open API v3", "$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-schema/open-api-v3-error-schema-schema.json", "type": "object", "properties": { "error": { "type": "string", "example": "example string" } }, "required": [ "error" ] }