{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MerchantExistsResponse404", "properties": { "data": { "type": "array" }, "error": { "type": "string", "description": "Error message", "example": "Affiliate not found" } } }