{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MerchantRegisterResponse200", "properties": { "error": { "type": "string", "description": "Error message. In case of empty message, null is returned.", "example": null }, "code": { "type": "string", "description": "Response's code", "example": 200 }, "data": { "description": "Object of registration data", "$ref": "#/components/schemas/MerchantRegisterDataObject" } } }