We use "primitive" as a catch-all for the numeric types (int8, float32, etc.). These manifest in the schema reference as a single page with a path and title that isn't quite right: https://docs.overturemaps.org/schema/reference/system/primitive/primitives/
This may also involve moving the numeric types from .../primitive/__init__.py into their own module (numeric.py) and re-exporting through __all__.
We use "primitive" as a catch-all for the numeric types (
int8,float32, etc.). These manifest in the schema reference as a single page with a path and title that isn't quite right: https://docs.overturemaps.org/schema/reference/system/primitive/primitives/This may also involve moving the numeric types from
.../primitive/__init__.pyinto their own module (numeric.py) and re-exporting through__all__.