diff --git a/parsely_raw_data/schema.py b/parsely_raw_data/schema.py index 1205052..d806165 100644 --- a/parsely_raw_data/schema.py +++ b/parsely_raw_data/schema.py @@ -26,7 +26,7 @@ {"key": "action", "ex": "pageview", "type": str, "size": 256, "req": True}, {"key": "apikey", "ex": "mashable.com", "type": str, "size": 256, "req": True}, {"key": "campaign_id", "ex": "facebook_campaign", "type": str, "size": 256, "available_with_field": "url_query"}, - {"key": "channel", "ex": "AMP", "type": str, "size":64}, + {"key": "channel", "ex": "AMP", "type": str, "size": 64}, {"key": "display", "ex": True, "type": bool}, {"key": "display_avail_height", "ex": 735, "type": int, "available_with_field": "display"}, {"key": "display_avail_width", "ex": 1280, "type": int, "available_with_field": "display"},