Chain Info

Venue info extends location info.

FieldDescriptionTypeExample
idChain IDstring588795f54c0da83f6d1c2158
typeChain info will always be 'chain'.stringchain
nameChain nameStringStarbucks
categoryChain's category.stringFood
sub_categoryChain's sub-category.stringCoffe Shop
regionChain's regionRegion Strcutre

Region Structure

FieldDescriptionTypeExample
typeEither: 'nationwide' or 'state'string'nationwide'
nameThe name of the area.string'Califronia' (the 'type' will be 'state' in this case)
codeThe region's code, the code may vary according to the region's typestring'CA' (California state code), 'US' (nationwide)

Example

{
  "type": "chain",
  "id": "58ef64a9173f5601f82d8f0e",
  "name": "Target",
  "category": "Shop & Service",
  "sub_category": "Big Box Store",
}