{
    "id": "/relayerApiFeeRecipientsResponseSchema",
    "type": "object",
    "allOf": [
        { "$ref": "/paginatedCollectionSchema" },
        {
            "properties": {
                "records": {
                    "type": "array",
                    "items": { "$ref": "/addressSchema" }
                }
            },
            "required": ["records"]
        }
    ]
}
