No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
{ | { | ||
"params": { | "params": { | ||
"region": {}, | "region": { | ||
"site_access_type": {}, | "label": "Region", | ||
"depth_range": {} | "description": "The general region", | ||
"example": "Caribbean", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Arctic Circle" | |||
], | |||
"required": true | |||
}, | |||
"site_access_type": { | |||
"label": "Site access type", | |||
"description": "How the site is typically accessed - boat, shore, etc.", | |||
"example": "Boat", | |||
"required": true | |||
}, | |||
"depth_range": { | |||
"label": "Depth range", | |||
"description": "The depth range for dives at this site. It's okay for this to be very large; e.g. for sites where both recreational and technical dives can be conducted, the range could be something like 5-100m", | |||
"example": "5-10m", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"coordinates": { | |||
"label": "GPS coordinates", | |||
"description": "GPS coordinates of the site. For large sites such as lakes, use something representative such as the typical entrypoint or a major feature.", | |||
"example": "36°01'57.4\"N 75°39'50.3\"W", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 20:58, 17 August 2023
Site Info | |
---|---|
Coordinates | {{{coordinates}}} |
Region | {{{region}}} |
Access via | {{{site_access_type}}} |
Depth range | {{{depth_range}}} |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Region | region | The general region
| String | required |
Site access type | site_access_type | How the site is typically accessed - boat, shore, etc.
| Unknown | required |
Depth range | depth_range | The depth range for dives at this site. It's okay for this to be very large; e.g. for sites where both recreational and technical dives can be conducted, the range could be something like 5-100m
| String | suggested |
GPS coordinates | coordinates | GPS coordinates of the site. For large sites such as lakes, use something representative such as the typical entrypoint or a major feature.
| String | suggested |