[
    {
        "name": "group_id",
        "type": "INTEGER",
        "description": "Group ID",
        "mode": "NULLABLE"
    },
    {
        "name": "competitor_for_brand_id",
        "type": "INTEGER",
        "description": "Brand ID the competitor belongs to",
        "mode": "NULLABLE"
    },
    {
        "name": "brand",
        "type": "STRING",
        "description": "Brand name of the competitor",
        "mode": "NULLABLE"
    },
    {
        "name": "display_name",
        "type": "STRING",
        "description": "Display name for competitor",
        "mode": "NULLABLE"
    },
    {
        "name": "brand_spellings",
        "type": "STRING",
        "description": "Brand spellings",
        "mode": "REPEATED"
    },
    {
        "name": "date_added",
        "type": "DATE",
        "description": "Date competitor was added",
        "mode": "NULLABLE"
    },
    {
        "name": "pinned",
        "type": "BOOLEAN",
        "description": "Competitor pinned status",
        "mode": "NULLABLE"
    }
]