{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/thanx/refs/heads/main/json-structure/partner-api-campaign-variant-input-structure.json", "name": "CampaignVariantInput", "description": "CampaignVariantInput schema from Thanx Partner API", "required": [ "name" ], "type": "object", "properties": { "name": { "type": "string", "example": "Pizza Town Co" }, "reward_template_id": { "type": "string", "description": "Required for treatment variants, omitted for control.", "example": "92b7b0dac4" } } }