{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MerkleClaimedRewardsResponse", "type": "object", "properties": { "claimedRewards": { "description": "Array of claimed merkle campaigns", "type": "array", "items": { "$ref": "#/components/schemas/MerkleUserCampaignResponse" } } }, "required": [ "claimedRewards" ] }