Gets store locations for The Cheesecake Factory
Frequency (UTC) | Source | Dataset ID |
---|---|---|
0 1 * * 2 | store_locations |
The feed will be validated against the following policies:
See the Validation Policy for information about policies.
Column Name | Description | Type | Mode |
---|---|---|---|
storeName | Name of the store | string | NULLABLE |
storeID | Unique identifier for the store | number | REQUIRED |
address | Street address of the store | string | REQUIRED |
city | City of the store | string | REQUIRED |
state | State of the store | string | NULLABLE |
zipCode | Zip code of the store | string | REQUIRED |
phoneNumber | Phone number of the store | string | NULLABLE |
isStoreClose | A flag indicating if the store is closed | boolean | REQUIRED |
reOpenDate | The date when the store will be open again (if closed) | Date | NULLABLE |