[
    {
        "name": "keyword_id",
        "type": "INTEGER",
        "description": "Keyword ID",
        "mode": "NULLABLE"
    },
    {
        "name": "keyword",
        "type": "STRING",
        "description": "Keyword string",
        "mode": "NULLABLE"
    },
    {
        "name": "month",
        "type": "DATE",
        "description": "",
        "mode": "NULLABLE"
    },
    {
        "name": "search_engine_id",
        "type": "INTEGER",
        "description": "Search Engine ID, 1 = Google",
        "mode": "NULLABLE"
    },
    {
        "name": "search_type_id",
        "type": "INTEGER",
        "description": "Search Type ID, 1 = Desktop, 2 = Mobile",
        "mode": "NULLABLE"
    },
    {
        "name": "geotarget_id",
        "type": "INTEGER",
        "description": "Google geotarget ID for the location",
        "mode": "NULLABLE"
    },
    {
        "name": "country",
        "type": "STRING",
        "description": "The country the search volume is for",
        "mode": "NULLABLE"
    },
    {
        "name": "location",
        "type": "STRING",
        "description": "Location for the keyword",
        "mode": "NULLABLE"
    },
    {
        "name": "search_volume_country",
        "type": "INTEGER",
        "description": "Search Volume for the whole country",
        "mode": "NULLABLE"
    },
    {
        "name": "search_volume_local",
        "type": "INTEGER",
        "description": "Search Volume for location. If there is no location it is the same as search_volume_country",
        "mode": "NULLABLE"
    }
]