"""Constants related to field names (in json schemas, etc).""" PRODUCT_ID = 'product_id' TIME_OF_DAY_PRODUCT = 'time_of_day_product' TIME_ZONE = 'time_zone' STORE_IDS = 'store_ids' STATUS = 'status' TIMED = 'timed' STAGGERED = 'staggered' UNSUPPORTED_TIMED = 'unsupported_timed' SALE_DATE_TIME = 'sale_date_time' SALES_DATE_TIME = 'sales_date_time' DELIVERY_STORE = 'delivery_store' TIME_OFFSET = 'time_offset' ID = 'id' SALE_DATE = 'sale_date' SIGNED = 'signed'