Categories
Categories a place belongs to.
Complete list is available on GitHub: https://github.com/OvertureMaps/schema/blob/main/docs/schema/concepts/by-theme/places/overture_categories.csv
Fields
| Name | Type | Description |
|---|---|---|
primary | SnakeCaseString | The primary or main category of the place. |
alternate | list<SnakeCaseString> (optional) | Alternate categories of the place. Some places might fit into two categories, e.g., a book store and a coffee shop. In these cases, the primary category can be augmented with additional categories. All items must be unique. ( UniqueItemsConstraint) |