@poseidat/schemas
Version:
The core schemas for the PoseiDAT data interchange formats
12 lines (11 loc) • 370 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://poseidat.org/schema/enum/route-geometry-type.json",
"description": "The types of geometry used to calculate the distance between two positions.",
"title": "Geometry Type",
"type": "string",
"enum": [
"RHUMB_LINE_LOXODROME",
"GREAT_CICRLE_ORTHODROME"
]
}