No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
"country": { | "country": { | ||
"description": "Country the site is located in", | "description": "Country the site is located in", | ||
"type": "string" | "type": "string", | ||
"label": "Country" | |||
}, | }, | ||
"continent": { | "continent": { | ||
"description": "What continent the site is on, if it's on one", | "description": "What continent the site is on, if it's on one", | ||
"example": "North America" | "example": "North America", | ||
"label": "Continent" | |||
}, | }, | ||
"site_access_type": { | "site_access_type": { | ||
Line 39: | Line 41: | ||
}, | }, | ||
"type": { | "type": { | ||
"description": "What type of site? Wreck, cave" | "description": "What type of site? Wreck, cave", | ||
"label": "Type" | |||
} | } | ||
}, | }, |
Revision as of 15:08, 16 August 2023
Site Basics | |
---|---|
Coordinates | {{{latlong}}} |
Country | {{{country}}} |
Type | {{{site_access_type}}} |
Continent | {{{continent}}} |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
GPS coordinates | latlong | GPS coordinates | Unknown | required |
Country | country | Country the site is located in | String | optional |
Site access type | site_access_type | How the site is accessed
| Unknown | optional |
Continent | continent | What continent the site is on, if it's on one
| Unknown | optional |
Type | type | What type of site? Wreck, cave | Unknown | optional |