{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MerchanExistsResponse200", "properties": { "data": { "type": "array", "description": "Array with merchant's id", "items": { "type": "string" } }, "error": { "type": "string", "description": "Error message. Empty for correct", "example": "" } } }