No edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"continent": {}, | "continent": { | ||
"description": "What continent the site is on, if it's on one", | |||
"example": "North America" | |||
}, | |||
"site_access_type": { | |||
"description": "How the site is accessed", | |||
"example": "Boat, shore" | |||
} | |||
}, | }, | ||
"format": "block", | "format": "block", |
Revision as of 03:52, 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 |