{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AlertsPageableSubMerchantResource", "type": "object", "description": "Pageable response containing sub-merchants with their details", "properties": { "subMerchants": { "type": "array", "description": "List of sub-merchants with all details" } } }