3bec1230b1e4a161…
Created Jun 12, 20269 fields1 collection using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| name | string | |
| state | string | |
| latitude | number | |
| regionId | string | → Region |
| longitude | number | |
| areaSqMiles | number | |
| description | string | |
| established | integer | |
| annualVisitors | integer |
JSON Schema
{
"type": "object",
"title": "Park",
"required": [
"name",
"state",
"established",
"areaSqMiles",
"annualVisitors",
"latitude",
"longitude",
"description",
"regionId"
],
"properties": {
"name": {
"type": "string",
"description": "Official park name"
},
"state": {
"type": "string",
"description": "US state or territory where the park is located"
},
"latitude": {
"type": "number",
"description": "Latitude of the park center"
},
"regionId": {
"type": "string",
"x-ref-type": "Region",
"description": "Geographic region identifier"
},
"longitude": {
"type": "number",
"description": "Longitude of the park center"
},
"areaSqMiles": {
"type": "number",
"description": "Park area in square miles"
},
"description": {
"type": "string",
"description": "Brief description of what makes the park special"
},
"established": {
"type": "integer",
"description": "Year the park was established"
},
"annualVisitors": {
"type": "integer",
"description": "Approximate recent annual visitor count"
}
},
"description": "A US national park with location, establishment date, area, visitor statistics, and description."
}Used by 1 collection
Full hash:3bec1230b1e4a1612f4c81a61cd2aec5242d591c0978d4e79c80d6cd74666309
ID:7677bb6e-2219-466b-986a-b17156a6e55e