Skip to content

Commit 2ac8d6e

Browse files
committed
Add backtick and reference to Places doc page
1 parent 658d7b1 commit 2ac8d6e

File tree

2 files changed

+4
-2
lines changed
  • packages/overture-schema-places-theme/src/overture/schema/places
  • schema/places

2 files changed

+4
-2
lines changed

packages/overture-schema-places-theme/src/overture/schema/places/place.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class Taxonomy(BaseModel):
109109
min_length=1,
110110
description=textwrap.dedent("""
111111
The full primary hierarchy of categories known for this place, ordered from most general to most specific.
112-
An example hierarchy might be: `["food_and_drink", "restaurant", "casual_eatery", "gas_station_sushi"].
112+
An example hierarchy might be: `["food_and_drink", "restaurant", "casual_eatery", "gas_station_sushi"]`.
113113
114114
The rightmost, or most specific, value in the `hierarchy` must always be equal to the `primary` field.
115115
The basic level category of the place will typically be found in the middle of the primary hierarchy.
@@ -241,6 +241,8 @@ class Place(OvertureFeature[Literal["places"], Literal["place"]], Named):
241241
name at the level of generality that is preferred by humans in learning and memory
242242
tasks. This category to be roughly in the middle of the general-to-specific category
243243
hierarchy.
244+
245+
The full list of basic level categories is available at https://docs.overturemaps.org/guides/places/
244246
"""
245247
).strip()
246248
),

schema/places/place.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ properties:
4747
existing categories.primary entry. If the entry is currently empty in categories.primary, this entry will be empty.
4848
This type of categorization is a cognitive science model that is relevant for taxonomy and ontology development that shows the most broadest and general
4949
category name that is most often found in the middle of a general-to-specific hierarchy, with generalization proceeding upward and specialization proceeding downward.
50-
The full list of basic level categories is available at:(todo)
50+
The full list of basic level categories is available at https://docs.overturemaps.org/guides/places/
5151
type: string
5252
"$ref": "./defs.yaml#/$defs/typeDefinitions/category"
5353
taxonomy:

0 commit comments

Comments
 (0)