{ "x-strapi-config": { "plugins": [], "path": "/documentation" }, "openapi": "3.0.0", "info": { "version": "1.0.0", "title": "BCPARKS", "description": "", "termsOfService": "YOUR_TERMS_OF_SERVICE_URL", "contact": { "name": "TEAM", "email": "contact-email@something.io", "url": "mywebsite.io" }, "license": { "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, "x-generation-date": "2025-12-09T23:11:53.311Z" }, "servers": [ { "url": "https://bcparks.api.gov.bc.ca/api", "description": "BC Parks API" } ], "externalDocs": { "description": "Find out more", "url": "https://docs.strapi.io/developer-docs/latest/getting-started/introduction.html" }, "security": [ { "bearerAuth": [] } ], "components": { "securitySchemes": { "bearerAuth": { "type": "http", "scheme": "bearer", "bearerFormat": "JWT" } }, "schemas": { "Error": { "type": "object", "required": [ "error" ], "properties": { "data": { "nullable": true, "oneOf": [ { "type": "object" }, { "type": "array", "items": { "type": "object" } } ] }, "error": { "type": "object", "properties": { "status": { "type": "integer" }, "name": { "type": "string" }, "message": { "type": "string" }, "details": { "type": "object" } } } } }, "AccessStatusRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" } } } } }, "AccessStatusListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/AccessStatus" } } }, "AccessStatusListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/AccessStatusListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "AccessStatus": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "AccessStatusResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/AccessStatus" } } }, "AccessStatusResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/AccessStatusResponseDataObject" }, "meta": { "type": "object" } } }, "ActivityTypeRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" } } } } }, "ActivityTypeListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ActivityType" } } }, "ActivityTypeListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ActivityTypeListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ActivityType": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ActivityTypeResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ActivityType" } } }, "ActivityTypeResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ActivityTypeResponseDataObject" }, "meta": { "type": "object" } } }, "AdvisoryStatusRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" } } } } }, "AdvisoryStatusListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/AdvisoryStatus" } } }, "AdvisoryStatusListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/AdvisoryStatusListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "AdvisoryStatus": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "AdvisoryStatusResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/AdvisoryStatus" } } }, "AdvisoryStatusResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/AdvisoryStatusResponseDataObject" }, "meta": { "type": "object" } } }, "AssetTypeRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "assetTypeNumber": { "type": "integer" }, "assetType": { "type": "string" }, "assetCategory": { "type": "string" } } } } }, "AssetTypeListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/AssetType" } } }, "AssetTypeListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/AssetTypeListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "AssetType": { "type": "object", "properties": { "assetTypeNumber": { "type": "integer" }, "assetType": { "type": "string" }, "assetCategory": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "AssetTypeResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/AssetType" } } }, "AssetTypeResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/AssetTypeResponseDataObject" }, "meta": { "type": "object" } } }, "AudioClipRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "sites": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "file": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } }, "AudioClipListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/AudioClip" } } }, "AudioClipListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/AudioClipListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "AudioClip": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "AudioClipResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/AudioClip" } } }, "AudioClipResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/AudioClipResponseDataObject" }, "meta": { "type": "object" } } }, "BiogeoclimaticZoneRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "BiogeoclimaticZoneListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/BiogeoclimaticZone" } } }, "BiogeoclimaticZoneListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/BiogeoclimaticZoneListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "BiogeoclimaticZone": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "BiogeoclimaticZoneResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/BiogeoclimaticZone" } } }, "BiogeoclimaticZoneResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/BiogeoclimaticZoneResponseDataObject" }, "meta": { "type": "object" } } }, "BusinessHourRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "startTime", "endTime", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday" ], "type": "object", "properties": { "startTime": { "type": "string", "format": "time", "example": "12:54.000" }, "endTime": { "type": "string", "format": "time", "example": "12:54.000" }, "monday": { "type": "boolean" }, "tuesday": { "type": "boolean" }, "wednesday": { "type": "boolean" }, "thursday": { "type": "boolean" }, "friday": { "type": "boolean" }, "saturday": { "type": "boolean" }, "sunday": { "type": "boolean" } } } } }, "BusinessHourListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/BusinessHour" } } }, "BusinessHourListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/BusinessHourListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "BusinessHour": { "type": "object", "required": [ "startTime", "endTime", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday" ], "properties": { "startTime": { "type": "string", "format": "time", "example": "12:54.000" }, "endTime": { "type": "string", "format": "time", "example": "12:54.000" }, "monday": { "type": "boolean" }, "tuesday": { "type": "boolean" }, "wednesday": { "type": "boolean" }, "thursday": { "type": "boolean" }, "friday": { "type": "boolean" }, "saturday": { "type": "boolean" }, "sunday": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "BusinessHourResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/BusinessHour" } } }, "BusinessHourResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/BusinessHourResponseDataObject" }, "meta": { "type": "object" } } }, "CampingTypeRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" } } } } }, "CampingTypeListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/CampingType" } } }, "CampingTypeListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/CampingTypeListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "CampingType": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "CampingTypeResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/CampingType" } } }, "CampingTypeResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/CampingTypeResponseDataObject" }, "meta": { "type": "object" } } }, "EmergencyAlertRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "isActive", "colour", "description" ], "type": "object", "properties": { "isActive": { "type": "boolean" }, "activeDate": { "type": "string", "format": "date" }, "inactiveDate": { "type": "string", "format": "date" }, "colour": { "type": "string", "enum": [ "Red", "Yellow" ] }, "description": { "type": "string" }, "links": { "type": "array", "items": { "$ref": "#/components/schemas/ParksFancyLinkComponent" } } } } } }, "EmergencyAlertListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/EmergencyAlert" } } }, "EmergencyAlertListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/EmergencyAlertListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "EmergencyAlert": { "type": "object", "required": [ "isActive", "colour", "description" ], "properties": { "isActive": { "type": "boolean" }, "activeDate": { "type": "string", "format": "date" }, "inactiveDate": { "type": "string", "format": "date" }, "colour": { "type": "string", "enum": [ "Red", "Yellow" ] }, "description": { "type": "string" }, "links": { "type": "array", "items": { "$ref": "#/components/schemas/ParksFancyLinkComponent" } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "EmergencyAlertResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/EmergencyAlert" } } }, "EmergencyAlertResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/EmergencyAlertResponseDataObject" }, "meta": { "type": "object" } } }, "ParksFancyLinkComponent": { "type": "object", "properties": { "id": { "type": "number" }, "linkText": { "type": "string" }, "url": { "type": "string" } } }, "EventTypeRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" } } } } }, "EventTypeListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/EventType" } } }, "EventTypeListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/EventTypeListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "EventType": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "EventTypeResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/EventType" } } }, "EventTypeResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/EventTypeResponseDataObject" }, "meta": { "type": "object" } } }, "FacilityTypeRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" } } } } }, "FacilityTypeListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/FacilityType" } } }, "FacilityTypeListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/FacilityTypeListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "FacilityType": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "FacilityTypeResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/FacilityType" } } }, "FacilityTypeResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/FacilityTypeResponseDataObject" }, "meta": { "type": "object" } } }, "FireBanProhibitionRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "type": { "type": "string" }, "prohibitionDescription": { "type": "string" }, "effectiveDate": { "type": "string", "format": "date-time" }, "rescindedDate": { "type": "string", "format": "date-time" }, "bulletinURL": { "type": "string" }, "fireCentre": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "fireZone": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "naturalResourceDistrict": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "fireCentreSource": { "type": "string" } } } } }, "FireBanProhibitionListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/FireBanProhibition" } } }, "FireBanProhibitionListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/FireBanProhibitionListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "FireBanProhibition": { "type": "object", "properties": { "type": { "type": "string" }, "prohibitionDescription": { "type": "string" }, "effectiveDate": { "type": "string", "format": "date-time" }, "rescindedDate": { "type": "string", "format": "date-time" }, "bulletinURL": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "fireZone": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "naturalResourceDistrict": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "fireCentreSource": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "FireBanProhibitionResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/FireBanProhibition" } } }, "FireBanProhibitionResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/FireBanProhibitionResponseDataObject" }, "meta": { "type": "object" } } }, "FireCentreRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "FireCentreListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/FireCentre" } } }, "FireCentreListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/FireCentreListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "FireCentre": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "FireCentreResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/FireCentre" } } }, "FireCentreResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/FireCentreResponseDataObject" }, "meta": { "type": "object" } } }, "FireZoneRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "protectedAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "FireZoneListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/FireZone" } } }, "FireZoneListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/FireZoneListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "FireZone": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "FireZoneResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/FireZone" } } }, "FireZoneResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/FireZoneResponseDataObject" }, "meta": { "type": "object" } } }, "GuidelineTypeRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "guidelineName", "icon", "defaultRank", "defaultTitle", "defaultDescription" ], "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" } } } } }, "GuidelineTypeListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/GuidelineType" } } }, "GuidelineTypeListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/GuidelineTypeListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "GuidelineType": { "type": "object", "required": [ "guidelineName", "icon", "defaultRank", "defaultTitle", "defaultDescription" ], "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "GuidelineTypeResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/GuidelineType" } } }, "GuidelineTypeResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/GuidelineTypeResponseDataObject" }, "meta": { "type": "object" } } }, "LegacyRedirectRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "fromPath": { "type": "string" }, "toPath": { "type": "string" }, "note": { "type": "string" } } } } }, "LegacyRedirectListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/LegacyRedirect" } } }, "LegacyRedirectListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/LegacyRedirectListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "LegacyRedirect": { "type": "object", "properties": { "fromPath": { "type": "string" }, "toPath": { "type": "string" }, "note": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "LegacyRedirectResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/LegacyRedirect" } } }, "LegacyRedirectResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/LegacyRedirectResponseDataObject" }, "meta": { "type": "object" } } }, "LinkRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "file": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "publicAdvisoryAudit": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "publicAdvisory": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } }, "LinkListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/Link" } } }, "LinkListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/LinkListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "Link": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "LinkResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/Link" } } }, "LinkResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/LinkResponseDataObject" }, "meta": { "type": "object" } } }, "LinkTypeRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "type": { "type": "string" } } } } }, "LinkTypeListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/LinkType" } } }, "LinkTypeListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/LinkTypeListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "LinkType": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "LinkTypeResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/LinkType" } } }, "LinkTypeResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/LinkTypeResponseDataObject" }, "meta": { "type": "object" } } }, "ManagementAreaRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "managementAreaNumber" ], "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "protectedAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "region": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "searchArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } }, "ManagementAreaListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ManagementArea" } } }, "ManagementAreaListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ManagementAreaListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ManagementArea": { "type": "object", "required": [ "managementAreaNumber" ], "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ManagementAreaResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ManagementArea" } } }, "ManagementAreaResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ManagementAreaResponseDataObject" }, "meta": { "type": "object" } } }, "ManagementDocumentRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "url", "documentDate", "documentType" ], "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "protectedAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "sites": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "ManagementDocumentListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ManagementDocument" } } }, "ManagementDocumentListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ManagementDocumentListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ManagementDocument": { "type": "object", "required": [ "url", "documentDate", "documentType" ], "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ManagementDocumentResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ManagementDocument" } } }, "ManagementDocumentResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ManagementDocumentResponseDataObject" }, "meta": { "type": "object" } } }, "ManagementDocumentTypeRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "documentCode", "documentType" ], "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "ManagementDocumentTypeListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ManagementDocumentType" } } }, "ManagementDocumentTypeListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ManagementDocumentTypeListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ManagementDocumentType": { "type": "object", "required": [ "documentCode", "documentType" ], "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ManagementDocumentTypeResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ManagementDocumentType" } } }, "ManagementDocumentTypeResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ManagementDocumentTypeResponseDataObject" }, "meta": { "type": "object" } } }, "MarineEcosectionRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "MarineEcosectionListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/MarineEcosection" } } }, "MarineEcosectionListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/MarineEcosectionListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "MarineEcosection": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "MarineEcosectionResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/MarineEcosection" } } }, "MarineEcosectionResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/MarineEcosectionResponseDataObject" }, "meta": { "type": "object" } } }, "NaturalResourceDistrictRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "naturalResourceDistrictName", "naturalResourceDistrictCode" ], "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "NaturalResourceDistrictListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/NaturalResourceDistrict" } } }, "NaturalResourceDistrictListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/NaturalResourceDistrictListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "NaturalResourceDistrict": { "type": "object", "required": [ "naturalResourceDistrictName", "naturalResourceDistrictCode" ], "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "NaturalResourceDistrictResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/NaturalResourceDistrict" } } }, "NaturalResourceDistrictResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/NaturalResourceDistrictResponseDataObject" }, "meta": { "type": "object" } } }, "PageRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "Slug", "Template" ], "type": "object", "properties": { "Slug": { "type": "string" }, "Title": { "type": "string" }, "Template": { "type": "string", "enum": [ "staticLanding1", "staticContent1" ] }, "PageHeader": { "$ref": "#/components/schemas/ParksPageHeaderComponent" }, "Seo": { "$ref": "#/components/schemas/ParksSeoComponent" }, "Content": { "type": "array", "items": { "anyOf": [ { "$ref": "#/components/schemas/ParksHtmlAreaComponent" }, { "$ref": "#/components/schemas/ParksSeoComponent" }, { "$ref": "#/components/schemas/ParksLinkCardComponent" }, { "$ref": "#/components/schemas/ParksPageSectionComponent" }, { "$ref": "#/components/schemas/ParksPageHeaderComponent" }, { "$ref": "#/components/schemas/ParksCardSetComponent" } ] } } } } } }, "PageListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/Page" } } }, "PageListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/PageListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "Page": { "type": "object", "required": [ "Slug", "Template" ], "properties": { "Slug": { "type": "string" }, "Title": { "type": "string" }, "Template": { "type": "string", "enum": [ "staticLanding1", "staticContent1" ] }, "PageHeader": { "$ref": "#/components/schemas/ParksPageHeaderComponent" }, "Seo": { "$ref": "#/components/schemas/ParksSeoComponent" }, "Content": { "type": "array", "items": { "anyOf": [ { "$ref": "#/components/schemas/ParksHtmlAreaComponent" }, { "$ref": "#/components/schemas/ParksSeoComponent" }, { "$ref": "#/components/schemas/ParksLinkCardComponent" }, { "$ref": "#/components/schemas/ParksPageSectionComponent" }, { "$ref": "#/components/schemas/ParksPageHeaderComponent" }, { "$ref": "#/components/schemas/ParksCardSetComponent" } ] } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "PageResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/Page" } } }, "PageResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/PageResponseDataObject" }, "meta": { "type": "object" } } }, "ParksPageHeaderComponent": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "ParksSeoComponent": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "ParksHtmlAreaComponent": { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, "ParksLinkCardComponent": { "type": "object", "properties": { "id": { "type": "number" }, "title": { "type": "string" }, "url": { "type": "string" }, "imageUrl": { "type": "string" }, "imageAltText": { "type": "string" }, "subTitle": { "type": "string" }, "buttonText": { "type": "string" }, "variation": { "type": "string", "enum": [ "LandingPage", "Footer", "Home33Width", "Home66Width", "HomeFullWidth" ] } } }, "ParksPageSectionComponent": { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } }, "ParksCardSetComponent": { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "cards": { "type": "array", "items": { "$ref": "#/components/schemas/ParksLinkCardComponent" } } } }, "ParkAccessStatusRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "orcs": { "type": "integer" } } } } }, "ParkAccessStatusListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkAccessStatus" } } }, "ParkAccessStatusListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkAccessStatusListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkAccessStatus": { "type": "object", "properties": { "orcs": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkAccessStatusResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkAccessStatus" } } }, "ParkAccessStatusResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkAccessStatusResponseDataObject" }, "meta": { "type": "object" } } }, "ParkActivityRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "activityType" ], "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "site": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "activityType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" } } } } }, "ParkActivityListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkActivity" } } }, "ParkActivityListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkActivityListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkActivity": { "type": "object", "required": [ "activityType" ], "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkActivityResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkActivity" } } }, "ParkActivityResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkActivityResponseDataObject" }, "meta": { "type": "object" } } }, "ParkAreaRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "orcsAreaNumber" ], "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "site": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkGate": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } }, "ParkAreaListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkArea" } } }, "ParkAreaListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkAreaListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkArea": { "type": "object", "required": [ "orcsAreaNumber" ], "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkAreaResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkArea" } } }, "ParkAreaResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkAreaResponseDataObject" }, "meta": { "type": "object" } } }, "ParkAreaTypeRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "areaTypeId" ], "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "facilityType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "ParkAreaTypeListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkAreaType" } } }, "ParkAreaTypeListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkAreaTypeListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkAreaType": { "type": "object", "required": [ "areaTypeId" ], "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkAreaTypeResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkAreaType" } } }, "ParkAreaTypeResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkAreaTypeResponseDataObject" }, "meta": { "type": "object" } } }, "ParkCampingTypeRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "campingType" ], "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "site": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "campingType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" } } } } }, "ParkCampingTypeListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkCampingType" } } }, "ParkCampingTypeListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkCampingTypeListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkCampingType": { "type": "object", "required": [ "campingType" ], "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkCampingTypeResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkCampingType" } } }, "ParkCampingTypeResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkCampingTypeResponseDataObject" }, "meta": { "type": "object" } } }, "ParkContactRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "rank", "isActive" ], "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "$ref": "#/components/schemas/ContactLinkComponent" } }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "parkOperatorContact": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } }, "ParkContactListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkContact" } } }, "ParkContactListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkContactListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkContact": { "type": "object", "required": [ "rank", "isActive" ], "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "$ref": "#/components/schemas/ContactLinkComponent" } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkContactResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkContact" } } }, "ParkContactResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkContactResponseDataObject" }, "meta": { "type": "object" } } }, "ContactLinkComponent": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } }, "ParkDateRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "operatingYear", "startDate", "endDate" ], "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "parkFeature": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } }, "ParkDateListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkDate" } } }, "ParkDateListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkDateListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkDate": { "type": "object", "required": [ "operatingYear", "startDate", "endDate" ], "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkDateResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkDate" } } }, "ParkDateResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkDateResponseDataObject" }, "meta": { "type": "object" } } }, "ParkDateTypeRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "dateTypeId", "dateType" ], "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" } } } } }, "ParkDateTypeListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkDateType" } } }, "ParkDateTypeListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkDateTypeListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkDateType": { "type": "object", "required": [ "dateTypeId", "dateType" ], "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkDateTypeResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkDateType" } } }, "ParkDateTypeResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkDateTypeResponseDataObject" }, "meta": { "type": "object" } } }, "ParkFacilityRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "facilityType" ], "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "site": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "facilityType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" } } } } }, "ParkFacilityListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkFacility" } } }, "ParkFacilityListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkFacilityListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkFacility": { "type": "object", "required": [ "facilityType" ], "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkFacilityResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkFacility" } } }, "ParkFacilityResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkFacilityResponseDataObject" }, "meta": { "type": "object" } } }, "ParkFeatureRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "orcsFeatureNumber", "parkFeatureName" ], "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "site": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "parkArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "parkFeatureType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "parkDates": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkGate": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } }, "ParkFeatureListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkFeature" } } }, "ParkFeatureListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkFeatureListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkFeature": { "type": "object", "required": [ "orcsFeatureNumber", "parkFeatureName" ], "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkFeatureResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkFeature" } } }, "ParkFeatureResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkFeatureResponseDataObject" }, "meta": { "type": "object" } } }, "ParkFeatureDateRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "operatingYear", "startDate", "endDate", "dateType" ], "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } }, "ParkFeatureDateListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkFeatureDate" } } }, "ParkFeatureDateListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkFeatureDateListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkFeatureDate": { "type": "object", "required": [ "operatingYear", "startDate", "endDate", "dateType" ], "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkFeatureDateResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkFeatureDate" } } }, "ParkFeatureDateResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkFeatureDateResponseDataObject" }, "meta": { "type": "object" } } }, "ParkFeatureTypeRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "parkFeatureType", "featureTypeId" ], "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "facilityType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "parkFeatures": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "ParkFeatureTypeListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkFeatureType" } } }, "ParkFeatureTypeListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkFeatureTypeListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkFeatureType": { "type": "object", "required": [ "parkFeatureType", "featureTypeId" ], "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkFeatureTypeResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkFeatureType" } } }, "ParkFeatureTypeResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkFeatureTypeResponseDataObject" }, "meta": { "type": "object" } } }, "ParkGateRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "parkArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "parkFeature": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } }, "ParkGateListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkGate" } } }, "ParkGateListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkGateListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkGate": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkGateResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkGate" } } }, "ParkGateResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkGateResponseDataObject" }, "meta": { "type": "object" } } }, "ParkGuidelineRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "isActive" ], "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "site": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } }, "ParkGuidelineListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkGuideline" } } }, "ParkGuidelineListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkGuidelineListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkGuideline": { "type": "object", "required": [ "isActive" ], "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkGuidelineResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkGuideline" } } }, "ParkGuidelineResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkGuidelineResponseDataObject" }, "meta": { "type": "object" } } }, "ParkNameRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } }, "ParkNameListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkName" } } }, "ParkNameListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkNameListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkName": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkNameResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkName" } } }, "ParkNameResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkNameResponseDataObject" }, "meta": { "type": "object" } } }, "ParkNameTypeRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" } } } } }, "ParkNameTypeListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkNameType" } } }, "ParkNameTypeListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkNameTypeListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkNameType": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkNameTypeResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkNameType" } } }, "ParkNameTypeResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkNameTypeResponseDataObject" }, "meta": { "type": "object" } } }, "ParkOperationRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "$ref": "#/components/schemas/ParksRteListComponent" } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "site": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" } } } } }, "ParkOperationListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkOperation" } } }, "ParkOperationListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkOperationListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkOperation": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "$ref": "#/components/schemas/ParksRteListComponent" } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkOperationResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkOperation" } } }, "ParkOperationResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkOperationResponseDataObject" }, "meta": { "type": "object" } } }, "ParksRteListComponent": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } }, "ParkOperationDateRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "operatingYear" ], "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } }, "ParkOperationDateListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkOperationDate" } } }, "ParkOperationDateListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkOperationDateListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkOperationDate": { "type": "object", "required": [ "operatingYear" ], "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkOperationDateResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkOperationDate" } } }, "ParkOperationDateResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkOperationDateResponseDataObject" }, "meta": { "type": "object" } } }, "ParkOperationSubAreaRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "site": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "parkOperationSubAreaDates": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "ParkOperationSubAreaListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkOperationSubArea" } } }, "ParkOperationSubAreaListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkOperationSubAreaListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkOperationSubArea": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkOperationSubAreaResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkOperationSubArea" } } }, "ParkOperationSubAreaResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkOperationSubAreaResponseDataObject" }, "meta": { "type": "object" } } }, "ParkOperationSubAreaDateRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" } } } } }, "ParkOperationSubAreaDateListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkOperationSubAreaDate" } } }, "ParkOperationSubAreaDateListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkOperationSubAreaDateListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkOperationSubAreaDate": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkOperationSubAreaDateResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkOperationSubAreaDate" } } }, "ParkOperationSubAreaDateResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkOperationSubAreaDateResponseDataObject" }, "meta": { "type": "object" } } }, "ParkOperationSubAreaTypeRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "closureAffectsAccessStatus" ], "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "campingType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } }, "ParkOperationSubAreaTypeListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkOperationSubAreaType" } } }, "ParkOperationSubAreaTypeListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkOperationSubAreaTypeListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkOperationSubAreaType": { "type": "object", "required": [ "closureAffectsAccessStatus" ], "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkOperationSubAreaTypeResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkOperationSubAreaType" } } }, "ParkOperationSubAreaTypeResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkOperationSubAreaTypeResponseDataObject" }, "meta": { "type": "object" } } }, "ParkOperatorContactRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "parkOperatorName", "defaultTitle" ], "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "$ref": "#/components/schemas/ContactLinkComponent" } } } } } }, "ParkOperatorContactListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkOperatorContact" } } }, "ParkOperatorContactListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkOperatorContactListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkOperatorContact": { "type": "object", "required": [ "parkOperatorName", "defaultTitle" ], "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "$ref": "#/components/schemas/ContactLinkComponent" } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkOperatorContactResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkOperatorContact" } } }, "ParkOperatorContactResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkOperatorContactResponseDataObject" }, "meta": { "type": "object" } } }, "ParkPhotoRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "caption", "isFeatured", "sortOrder" ], "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "site": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" } } } } }, "ParkPhotoListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkPhoto" } } }, "ParkPhotoListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkPhotoListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkPhoto": { "type": "object", "required": [ "caption", "isFeatured", "sortOrder" ], "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkPhotoResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkPhoto" } } }, "ParkPhotoResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkPhotoResponseDataObject" }, "meta": { "type": "object" } } }, "ParkSubPageRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "slug", "title", "protectedArea" ], "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "$ref": "#/components/schemas/ParksSeoComponent" }, "pageHeader": { "$ref": "#/components/schemas/ParksPageHeaderComponent" }, "content": { "type": "array", "items": { "anyOf": [ { "$ref": "#/components/schemas/ParksHtmlAreaComponent" }, { "$ref": "#/components/schemas/ParksPageSectionComponent" } ] } }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } }, "ParkSubPageListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkSubPage" } } }, "ParkSubPageListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ParkSubPageListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ParkSubPage": { "type": "object", "required": [ "slug", "title", "protectedArea" ], "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "$ref": "#/components/schemas/ParksSeoComponent" }, "pageHeader": { "$ref": "#/components/schemas/ParksPageHeaderComponent" }, "content": { "type": "array", "items": { "anyOf": [ { "$ref": "#/components/schemas/ParksHtmlAreaComponent" }, { "$ref": "#/components/schemas/ParksPageSectionComponent" } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ParkSubPageResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ParkSubPage" } } }, "ParkSubPageResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ParkSubPageResponseDataObject" }, "meta": { "type": "object" } } }, "ProtectedAreaRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "orcs", "slug", "isDisplayed" ], "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkActivities": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkFacilities": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkCampingTypes": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkNames": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "naturalResourceDistricts": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "managementAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkOperation": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "parkSubPages": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "seo": { "$ref": "#/components/schemas/ParksSeoComponent" }, "publicAdvisories": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "managementDocuments": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "biogeoclimaticZones": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "marineEcosections": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "terrestrialEcosections": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "geoShape": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "parkOperationDates": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkGuidelines": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "nearbyParks": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkContacts": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "audioClips": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkDates": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkGate": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "parkFeatures": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "ProtectedAreaListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ProtectedArea" } } }, "ProtectedAreaListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ProtectedAreaListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "ProtectedArea": { "type": "object", "required": [ "orcs", "slug", "isDisplayed" ], "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "seo": { "$ref": "#/components/schemas/ParksSeoComponent" }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "ProtectedAreaResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/ProtectedArea" } } }, "ProtectedAreaResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ProtectedAreaResponseDataObject" }, "meta": { "type": "object" } } }, "PublicAdvisoryRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "listingRank" ], "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "eventType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "urgency": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "advisoryStatus": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "links": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "regions": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "sections": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "managementAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "fireZones": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "naturalResourceDistricts": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "sites": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "fireCentres": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "standardMessages": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "protectedAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "PublicAdvisoryListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/PublicAdvisory" } } }, "PublicAdvisoryListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/PublicAdvisoryListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "PublicAdvisory": { "type": "object", "required": [ "listingRank" ], "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "PublicAdvisoryResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/PublicAdvisory" } } }, "PublicAdvisoryResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/PublicAdvisoryResponseDataObject" }, "meta": { "type": "object" } } }, "RegionRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "regionNumber" ], "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "managementAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "RegionListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/Region" } } }, "RegionListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/RegionListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "Region": { "type": "object", "required": [ "regionNumber" ], "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "RegionResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/Region" } } }, "RegionResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/RegionResponseDataObject" }, "meta": { "type": "object" } } }, "SearchAreaRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "rank" ], "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "SearchAreaListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/SearchArea" } } }, "SearchAreaListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/SearchAreaListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "SearchArea": { "type": "object", "required": [ "rank" ], "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "SearchAreaResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/SearchArea" } } }, "SearchAreaResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/SearchAreaResponseDataObject" }, "meta": { "type": "object" } } }, "SectionRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "sectionNumber" ], "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "managementAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "SectionListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/Section" } } }, "SectionListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/SectionListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "Section": { "type": "object", "required": [ "sectionNumber" ], "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "SectionResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/Section" } } }, "SectionResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/SectionResponseDataObject" }, "meta": { "type": "object" } } }, "SiteRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "siteName", "isDisplayed", "orcsSiteNumber", "protectedArea" ], "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "parkActivities": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkFacilities": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkCampingTypes": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "managementDocuments": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkPhotos": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkGuidelines": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "trailReports": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkOperationDates": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkOperationSubAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "audioClips": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkFeatures": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "parkAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "SiteListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/Site" } } }, "SiteListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/SiteListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "Site": { "type": "object", "required": [ "siteName", "isDisplayed", "orcsSiteNumber", "protectedArea" ], "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "SiteResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/Site" } } }, "SiteResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/SiteResponseDataObject" }, "meta": { "type": "object" } } }, "StandardMessageRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "precedence": { "type": "integer" } } } } }, "StandardMessageListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/StandardMessage" } } }, "StandardMessageListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/StandardMessageListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "StandardMessage": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "StandardMessageResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/StandardMessage" } } }, "StandardMessageResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/StandardMessageResponseDataObject" }, "meta": { "type": "object" } } }, "TerrestrialEcosectionRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "TerrestrialEcosectionListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/TerrestrialEcosection" } } }, "TerrestrialEcosectionListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/TerrestrialEcosectionListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "TerrestrialEcosection": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "TerrestrialEcosectionResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/TerrestrialEcosection" } } }, "TerrestrialEcosectionResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/TerrestrialEcosectionResponseDataObject" }, "meta": { "type": "object" } } }, "TrailReportRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "required": [ "title", "reportUrl", "reportDate" ], "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "sites": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "TrailReportListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/TrailReport" } } }, "TrailReportListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/TrailReportListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "TrailReport": { "type": "object", "required": [ "title", "reportUrl", "reportDate" ], "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "protectedAreaName": { "type": "string" }, "totalArea": { "type": "number", "format": "float" }, "uplandArea": { "type": "number", "format": "float" }, "marineArea": { "type": "number", "format": "float" }, "marineProtectedArea": { "type": "string" }, "type": { "type": "string" }, "class": { "type": "string" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "status": { "type": "string" }, "url": { "type": "string" }, "oldUrl": { "type": "string" }, "typeCode": { "type": "string", "enum": [ "PK", "PA", "RA", "ER", "CS" ] }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isFogZone": { "type": "boolean" }, "featureId": { "type": "integer" }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "siteName": { "type": "string" }, "siteNumber": { "type": "integer" }, "status": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "establishedDate": { "type": "string", "format": "date" }, "repealedDate": { "type": "string", "format": "date" }, "url": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isActivityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "activityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "activityNumber": { "type": "integer" }, "activityName": { "type": "string" }, "activityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "integer" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isFacilityOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "facilityNumber": { "type": "integer" }, "facilityName": { "type": "string" }, "facilityCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "isCampingOpen": { "type": "boolean" }, "isActive": { "type": "boolean" }, "hideStandardCallout": { "type": "boolean" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "campingTypeNumber": { "type": "integer" }, "campingTypeName": { "type": "string" }, "campingTypeCode": { "type": "string" }, "icon": { "type": "string" }, "iconNA": { "type": "string" }, "rank": { "type": "string" }, "note": { "type": "string" }, "pluralName": { "type": "string" }, "isActive": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "isUnofficialSite": { "type": "boolean" }, "note": { "type": "string" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "locationNotes": { "type": "string" }, "reservations": { "type": "string" }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "customReservationLinks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "description": { "type": "string" }, "content": { "type": "string" } } } }, "reservationUrl": { "type": "string" }, "backcountryReservationUrl": { "type": "string" }, "backcountryPermitUrl": { "type": "string" }, "dayUsePassUrl": { "type": "string" }, "hasParkGate": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "generalNote": { "type": "string" }, "adminNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "frontcountryReservationUrl": { "type": "string" }, "frontcountryGroupReservationUrl": { "type": "string" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "frontcountryCabinReservationUrl": { "type": "string" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "backcountryGroupReservationUrl": { "type": "string" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "backcountryWildernessReservationUrl": { "type": "string" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "backcountryShelterReservationUrl": { "type": "string" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "canoeCircuitReservationUrl": { "type": "string" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "groupPicnicReservationUrl": { "type": "string" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "description": { "type": "string" }, "documentDate": { "type": "string", "format": "date" }, "documentType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "documentCode": { "type": "string" }, "documentType": { "type": "string" }, "description": { "type": "string" }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "orcs": { "type": "integer" }, "orcsSiteNumber": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" }, "subject": { "type": "string" }, "dateTaken": { "type": "string", "format": "date" }, "photographer": { "type": "string" }, "isActive": { "type": "boolean" }, "imageUrl": { "type": "string" }, "isFeatured": { "type": "boolean" }, "sortOrder": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "resourceSpaceId": { "type": "integer" }, "showPhotoCredit": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "isActive": { "type": "boolean" }, "rank": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "guidelineType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "guidelineName": { "type": "string" }, "icon": { "type": "string", "enum": [ "Aquatic invasives", "ATV ban", "Bike safety", "Boat responsibly", "Boil water", "Campfire ban", "Campfire safety", "Camping sites", "Cellphone unavailable", "Drive safely", "Drone ban", "Electrical hookup", "Equipment rental", "Garbage unavailable", "Generator use", "Generic information", "Generic warning", "Harvesting ban", "Leavenotrace ethics", "Parking vehicles", "Pet safety", "Private campsites", "Quiet hours", "Reservations required", "Security patrol", "Shelter available", "Shop available", "Swimming ban", "Swimming safety", "Trail report", "Trail safety", "Trip plan", "Wildlife safety", "Winter conditions" ] }, "hasTrailReport": { "type": "boolean" }, "defaultRank": { "type": "integer" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "reportUrl": { "type": "string" }, "reportDate": { "type": "string", "format": "date" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "gateOpenDate": { "type": "string", "format": "date" }, "gateCloseDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperationSubAreaDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "operatingYear": { "type": "integer" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "isActive": { "type": "boolean" }, "openDate": { "type": "string", "format": "date" }, "closeDate": { "type": "string", "format": "date" }, "serviceStartDate": { "type": "string", "format": "date" }, "serviceEndDate": { "type": "string", "format": "date" }, "reservationStartDate": { "type": "string", "format": "date" }, "reservationEndDate": { "type": "string", "format": "date" }, "offSeasonStartDate": { "type": "string", "format": "date" }, "offSeasonEndDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "wildernessSites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "openNote": { "type": "string" }, "serviceNote": { "type": "string" }, "reservationsNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "parkFeatureDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "dateType": { "type": "string", "enum": [ "Operation", "Reservation", "Winter fee", "Full service and fees", "Backcountry registration", "First come, first served" ] }, "adminNote": { "type": "string" }, "parkOperationSubArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "speakerTitle": { "type": "string" }, "speakerName": { "type": "string" }, "languageName": { "type": "string" }, "firstNationName": { "type": "string" }, "phoneticSpelling": { "type": "string" }, "recordingDate": { "type": "string", "format": "date" }, "audioClipType": { "type": "string", "enum": [ "Place name", "Welcome message" ] }, "displayLocation": {}, "description": { "type": "string" }, "transcript": { "type": "string" }, "adminNote": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "pathId": { "type": "integer" }, "parent": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "children": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "files": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "path": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "featureId": { "type": "string" }, "orcsFeatureNumber": { "type": "string" }, "parkFeatureName": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "hasWinterFee": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaName": { "type": "string" }, "parkAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkAreaType": { "type": "string" }, "areaTypeId": { "type": "integer" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "site": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcsAreaNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "isOpen": { "type": "boolean" }, "closureAffectsAccessStatus": { "type": "boolean" }, "inReservationSystem": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasFrontcountryReservations": { "type": "boolean" }, "hasFrontcountryGroupReservations": { "type": "boolean" }, "hasFrontcountryCabinReservations": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryGroupReservations": { "type": "boolean" }, "hasBackcountryShelterReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasBackcountryWildernessReservations": { "type": "boolean" }, "hasGroupPicnicReservations": { "type": "boolean" }, "hasCanoeCircuitReservations": { "type": "boolean" }, "isCleanAirSite": { "type": "boolean" }, "offSeasonUse": { "type": "boolean" }, "totalCapacity": { "type": "string" }, "frontcountrySites": { "type": "string" }, "reservableSites": { "type": "string" }, "nonReservableSites": { "type": "string" }, "walkInSites": { "type": "string" }, "walkInSitesReservable": { "type": "string" }, "vehicleSites": { "type": "string" }, "vehicleSitesReservable": { "type": "string" }, "rvSites": { "type": "string" }, "rvSitesReservable": { "type": "string" }, "doubleSites": { "type": "string" }, "pullThroughSites": { "type": "string" }, "electrifiedSites": { "type": "string" }, "longStaySites": { "type": "string" }, "groupSites": { "type": "string" }, "groupSitesReservable": { "type": "string" }, "backcountrySites": { "type": "string" }, "boatAccessSites": { "type": "string" }, "horseSites": { "type": "string" }, "wildernessSites": { "type": "string" }, "cabins": { "type": "string" }, "huts": { "type": "string" }, "yurts": { "type": "string" }, "shelters": { "type": "string" }, "boatLaunches": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "adminNote": { "type": "string" }, "operationNote": { "type": "string" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "registrationNote": { "type": "string" }, "hasWinterFee": { "type": "boolean" }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "hasGate": { "type": "boolean" }, "gateOpenHoursStartTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpenHoursEndTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateOpensAtDawn": { "type": "boolean" }, "gateClosesAtDusk": { "type": "boolean" }, "gateOpen24Hours": { "type": "boolean" }, "gateNote": { "type": "string" }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkFeatureType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkFeatureType": { "type": "string" }, "featureTypeId": { "type": "integer" }, "closureAffectsAccessStatus": { "type": "boolean" }, "campingType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "isActive": { "type": "boolean" }, "isDateAnnual": { "type": "boolean" }, "operatingYear": { "type": "integer" }, "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" }, "adminNote": { "type": "string" }, "parkDateType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "dateTypeId": { "type": "integer" }, "dateType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeature": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "parkActivities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkFacilities": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkCampingTypes": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkName": { "type": "string" }, "source": { "type": "string" }, "note": { "type": "string" }, "parkNameType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "nameTypeId": { "type": "integer" }, "nameType": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBan": { "type": "boolean" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireZoneNumber": { "type": "integer" }, "fireZoneName": { "type": "string" }, "headquartersCityName": { "type": "string" }, "fireCentre": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "fireCentreNumber": { "type": "integer" }, "fireCentreName": { "type": "string" }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "naturalResourceDistrictName": { "type": "string" }, "naturalResourceDistrictCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "managementAreaNumber": { "type": "integer" }, "managementAreaName": { "type": "string" }, "section": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "sectionNumber": { "type": "integer" }, "sectionName": { "type": "string" }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "regionNumber": { "type": "integer" }, "regionName": { "type": "string" }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "region": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "searchArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "searchAreaName": { "type": "string" }, "rank": { "type": "integer" }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "hasCampfireBanOverride": { "type": "boolean" }, "campfireBanEffectiveDate": { "type": "string", "format": "date" }, "campfireBanRescindedDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "safetyInfo": { "type": "string" }, "specialNotes": { "type": "string" }, "locationNotes": { "type": "string" }, "parkContact": { "type": "string" }, "reservations": { "type": "string" }, "maps": { "type": "string" }, "managementPlanning": { "type": "string" }, "partnerships": { "type": "string" }, "purpose": { "type": "string" }, "reconciliationNotes": { "type": "string" }, "slug": { "type": "string" }, "isDisplayed": { "type": "boolean" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkOperation": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkSubPages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "slug": { "type": "string" }, "title": { "type": "string" }, "oldUrl": { "type": "string" }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "pageHeader": { "type": "object", "properties": { "id": { "type": "number" }, "pageTitle": { "type": "string" }, "imageUrl": { "type": "string" }, "introHtml": { "type": "string" } } }, "content": { "type": "array", "items": { "anyOf": [ { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "HTML": { "type": "string" } } }, { "type": "object", "properties": { "id": { "type": "number" }, "__component": { "type": "string" }, "sectionTitle": { "type": "string" }, "sectionHTML": { "type": "string" } } } ] } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "seo": { "type": "object", "properties": { "id": { "type": "number" }, "metaTitle": { "type": "string" }, "metaDescription": { "type": "string" }, "metaKeywords": { "type": "string" } } }, "publicAdvisories": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "accessStatus": { "type": "string" }, "precedence": { "type": "integer" }, "color": { "type": "string" }, "groupLabel": { "type": "string" }, "description": { "type": "string" }, "hidesSeasonalAdvisory": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "eventType": { "type": "string" }, "precedence": { "type": "integer" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryStatus": { "type": "string" }, "code": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "url": { "type": "string" }, "type": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "file": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "alternativeText": { "type": "string" }, "caption": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "formats": {}, "hash": { "type": "string" }, "ext": { "type": "string" }, "mime": { "type": "string" }, "size": { "type": "number", "format": "float" }, "url": { "type": "string" }, "previewUrl": { "type": "string" }, "provider": { "type": "string" }, "provider_metadata": {}, "related": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "folder": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "folderPath": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisoryAudit": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "advisoryNumber": { "type": "integer" }, "revisionNumber": { "type": "integer" }, "isLatestRevision": { "type": "boolean" }, "title": { "type": "string" }, "description": { "type": "string" }, "isSafetyRelated": { "type": "boolean" }, "listingRank": { "type": "integer" }, "note": { "type": "string" }, "latitude": { "type": "number", "format": "float" }, "longitude": { "type": "number", "format": "float" }, "mapZoom": { "type": "integer" }, "isReservationsAffected": { "type": "boolean" }, "isAdvisoryDateDisplayed": { "type": "boolean" }, "isEffectiveDateDisplayed": { "type": "boolean" }, "isEndDateDisplayed": { "type": "boolean" }, "isUpdatedDateDisplayed": { "type": "boolean" }, "submittedBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "advisoryDate": { "type": "string", "format": "date-time" }, "effectiveDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "expiryDate": { "type": "string", "format": "date-time" }, "removalDate": { "type": "string", "format": "date-time" }, "updatedDate": { "type": "string", "format": "date-time" }, "modifiedDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedByRole": { "type": "string" }, "accessStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "urgency": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "advisoryStatus": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "links": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "eventType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "precedence": { "type": "integer" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdByName": { "type": "string" }, "createdByRole": { "type": "string" }, "isUrgentAfterHours": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "publicAdvisory": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "regions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "managementAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "naturalResourceDistricts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "fireCentres": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "standardMessages": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "managementDocuments": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "biogeoclimaticZones": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "zone": { "type": "string" }, "zoneCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "marineEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "marineEcosectionId": { "type": "integer" }, "marineEcosection": { "type": "string" }, "marineEcosectionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "terrestrialEcosections": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "terrestrialEcosectionId": { "type": "integer" }, "terrestrialEcosection": { "type": "string" }, "terrestrialEcosectionCode": { "type": "string" }, "parentEcoregionCode": { "type": "string" }, "protectedAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "geoShape": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "geometry": {}, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "orcs": { "type": "integer" }, "isEmpty": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "parkOperationDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "searchTerms": { "type": "string" }, "hasDiscoverParksLink": { "type": "boolean" }, "parkPhotos": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGuidelines": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "nearbyParks": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkContacts": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "rank": { "type": "integer" }, "isActive": { "type": "boolean" }, "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "contactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "protectedArea": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkOperatorContact": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkOperatorName": { "type": "string" }, "defaultTitle": { "type": "string" }, "defaultDescription": { "type": "string" }, "defaultContactInformation": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "contactType": { "type": "string", "enum": [ "Email", "Phone", "Website", "Chat", "Facebook", "Instagram", "X-twitter" ] }, "contactText": { "type": "string" }, "contactUrl": { "type": "string" } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "conservation": { "type": "string" }, "culturalHeritage": { "type": "string" }, "history": { "type": "string" }, "wildlife": { "type": "string" }, "trailReports": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "audioClips": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkDates": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkGate": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "parkFeatures": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "parkAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "sites": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "TrailReportResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/TrailReport" } } }, "TrailReportResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/TrailReportResponseDataObject" }, "meta": { "type": "object" } } }, "UrgencyRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" } } } } }, "UrgencyListResponseDataItem": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/Urgency" } } }, "UrgencyListResponse": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/UrgencyListResponseDataItem" } }, "meta": { "type": "object", "properties": { "pagination": { "type": "object", "properties": { "page": { "type": "integer" }, "pageSize": { "type": "integer", "minimum": 25 }, "pageCount": { "type": "integer", "maximum": 1 }, "total": { "type": "integer" } } } } } } }, "Urgency": { "type": "object", "properties": { "urgency": { "type": "string" }, "code": { "type": "string" }, "sequence": { "type": "integer" }, "color": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "firstname": { "type": "string" }, "lastname": { "type": "string" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "resetPasswordToken": { "type": "string" }, "registrationToken": { "type": "string" }, "isActive": { "type": "boolean" }, "roles": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "users": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "permissions": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "action": { "type": "string" }, "actionParameters": {}, "subject": { "type": "string" }, "properties": {}, "conditions": {}, "role": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "blocked": { "type": "boolean" }, "preferedLanguage": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } }, "UrgencyResponseDataObject": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "$ref": "#/components/schemas/Urgency" } } }, "UrgencyResponse": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/UrgencyResponseDataObject" }, "meta": { "type": "object" } } } } }, "paths": { "/access-statuses": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AccessStatusListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Access-status" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/access-statuses" } }, "/access-statuses/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AccessStatusResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Access-status" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/access-statuses/{id}" } }, "/activity-types": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ActivityTypeListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Activity-type" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/activity-types" } }, "/activity-types/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ActivityTypeResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Activity-type" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/activity-types/{id}" } }, "/advisory-statuses": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AdvisoryStatusListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Advisory-status" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/advisory-statuses" } }, "/advisory-statuses/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AdvisoryStatusResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Advisory-status" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/advisory-statuses/{id}" } }, "/asset-types": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AssetTypeListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Asset-type" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/asset-types" } }, "/asset-types/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AssetTypeResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Asset-type" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/asset-types/{id}" } }, "/audio-clips": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AudioClipListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Audio-clip" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/audio-clips" } }, "/audio-clips/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AudioClipResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Audio-clip" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/audio-clips/{id}" } }, "/biogeoclimatic-zones": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BiogeoclimaticZoneListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Biogeoclimatic-zone" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/biogeoclimatic-zones" } }, "/biogeoclimatic-zones/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BiogeoclimaticZoneResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Biogeoclimatic-zone" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/biogeoclimatic-zones/{id}" } }, "/business-hour": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BusinessHourResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Business-hour" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/business-hour" } }, "/camping-types": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CampingTypeListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Camping-type" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/camping-types" } }, "/camping-types/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CampingTypeResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Camping-type" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/camping-types/{id}" } }, "/emergency-alerts": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/EmergencyAlertListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Emergency-alert" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/emergency-alerts" } }, "/emergency-alerts/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/EmergencyAlertResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Emergency-alert" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/emergency-alerts/{id}" } }, "/event-types": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/EventTypeListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Event-type" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/event-types" } }, "/event-types/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/EventTypeResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Event-type" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/event-types/{id}" } }, "/facility-types": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/FacilityTypeListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Facility-type" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/facility-types" } }, "/facility-types/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/FacilityTypeResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Facility-type" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/facility-types/{id}" } }, "/fire-ban-prohibitions": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/FireBanProhibitionListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Fire-ban-prohibition" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/fire-ban-prohibitions" } }, "/fire-ban-prohibitions/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/FireBanProhibitionResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Fire-ban-prohibition" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/fire-ban-prohibitions/{id}" } }, "/fire-centres": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/FireCentreListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Fire-centre" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/fire-centres" } }, "/fire-centres/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/FireCentreResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Fire-centre" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/fire-centres/{id}" } }, "/fire-zones": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/FireZoneListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Fire-zone" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/fire-zones" } }, "/fire-zones/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/FireZoneResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Fire-zone" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/fire-zones/{id}" } }, "/guideline-types": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/GuidelineTypeListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Guideline-type" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/guideline-types" } }, "/guideline-types/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/GuidelineTypeResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Guideline-type" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/guideline-types/{id}" } }, "/legacy-redirects": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LegacyRedirectListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Legacy-redirect" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/legacy-redirects" } }, "/legacy-redirects/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LegacyRedirectResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Legacy-redirect" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/legacy-redirects/{id}" } }, "/links": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LinkListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Link" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/links" } }, "/links/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LinkResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Link" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/links/{id}" } }, "/link-types": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LinkTypeListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Link-type" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/link-types" } }, "/link-types/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LinkTypeResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Link-type" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/link-types/{id}" } }, "/management-areas": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ManagementAreaListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Management-area" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/management-areas" } }, "/management-areas/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ManagementAreaResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Management-area" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/management-areas/{id}" } }, "/management-documents": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ManagementDocumentListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Management-document" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/management-documents" } }, "/management-documents/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ManagementDocumentResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Management-document" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/management-documents/{id}" } }, "/management-document-types": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ManagementDocumentTypeListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Management-document-type" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/management-document-types" } }, "/management-document-types/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ManagementDocumentTypeResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Management-document-type" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/management-document-types/{id}" } }, "/marine-ecosections": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/MarineEcosectionListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Marine-ecosection" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/marine-ecosections" } }, "/marine-ecosections/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/MarineEcosectionResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Marine-ecosection" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/marine-ecosections/{id}" } }, "/natural-resource-districts": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/NaturalResourceDistrictListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Natural-resource-district" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/natural-resource-districts" } }, "/natural-resource-districts/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/NaturalResourceDistrictResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Natural-resource-district" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/natural-resource-districts/{id}" } }, "/pages": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PageListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Page" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/pages" } }, "/pages/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PageResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Page" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/pages/{id}" } }, "/park-access-statuses": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkAccessStatusListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-access-status" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-access-statuses" } }, "/park-access-statuses/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkAccessStatusResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-access-status" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-access-statuses/{id}" } }, "/park-activities": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkActivityListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-activity" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-activities" } }, "/park-activities/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkActivityResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-activity" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-activities/{id}" } }, "/park-areas": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkAreaListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-area" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-areas" } }, "/park-areas/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkAreaResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-area" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-areas/{id}" } }, "/park-area-types": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkAreaTypeListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-area-type" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-area-types" } }, "/park-area-types/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkAreaTypeResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-area-type" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-area-types/{id}" } }, "/park-camping-types": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkCampingTypeListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-camping-type" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-camping-types" } }, "/park-camping-types/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkCampingTypeResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-camping-type" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-camping-types/{id}" } }, "/park-contacts": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkContactListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-contact" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-contacts" } }, "/park-contacts/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkContactResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-contact" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-contacts/{id}" } }, "/park-dates": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkDateListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-date" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-dates" } }, "/park-dates/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkDateResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-date" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-dates/{id}" } }, "/park-date-types": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkDateTypeListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-date-type" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-date-types" } }, "/park-date-types/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkDateTypeResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-date-type" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-date-types/{id}" } }, "/park-facilities": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkFacilityListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-facility" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-facilities" } }, "/park-facilities/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkFacilityResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-facility" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-facilities/{id}" } }, "/park-features": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkFeatureListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-feature" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-features" } }, "/park-features/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkFeatureResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-feature" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-features/{id}" } }, "/park-feature-dates": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkFeatureDateListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-feature-date" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-feature-dates" } }, "/park-feature-dates/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkFeatureDateResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-feature-date" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-feature-dates/{id}" } }, "/park-feature-types": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkFeatureTypeListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-feature-type" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-feature-types" } }, "/park-feature-types/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkFeatureTypeResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-feature-type" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-feature-types/{id}" } }, "/park-gates": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkGateListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-gate" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-gates" } }, "/park-gates/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkGateResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-gate" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-gates/{id}" } }, "/park-guidelines": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkGuidelineListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-guideline" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-guidelines" } }, "/park-guidelines/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkGuidelineResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-guideline" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-guidelines/{id}" } }, "/park-names": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkNameListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-name" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-names" } }, "/park-names/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkNameResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-name" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-names/{id}" } }, "/park-name-types": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkNameTypeListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-name-type" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-name-types" } }, "/park-name-types/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkNameTypeResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-name-type" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-name-types/{id}" } }, "/park-operations": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkOperationListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-operation" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-operations" } }, "/park-operations/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkOperationResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-operation" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-operations/{id}" } }, "/park-operation-dates": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkOperationDateListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-operation-date" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-operation-dates" } }, "/park-operation-dates/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkOperationDateResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-operation-date" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-operation-dates/{id}" } }, "/park-operation-sub-areas": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkOperationSubAreaListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-operation-sub-area" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-operation-sub-areas" } }, "/park-operation-sub-areas/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkOperationSubAreaResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-operation-sub-area" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-operation-sub-areas/{id}" } }, "/park-operation-sub-area-dates": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkOperationSubAreaDateListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-operation-sub-area-date" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-operation-sub-area-dates" } }, "/park-operation-sub-area-dates/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkOperationSubAreaDateResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-operation-sub-area-date" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-operation-sub-area-dates/{id}" } }, "/park-operation-sub-area-types": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkOperationSubAreaTypeListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-operation-sub-area-type" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-operation-sub-area-types" } }, "/park-operation-sub-area-types/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkOperationSubAreaTypeResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-operation-sub-area-type" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-operation-sub-area-types/{id}" } }, "/park-operator-contacts": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkOperatorContactListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-operator-contact" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-operator-contacts" } }, "/park-operator-contacts/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkOperatorContactResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-operator-contact" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-operator-contacts/{id}" } }, "/park-photos": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkPhotoListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-photo" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-photos" } }, "/park-photos/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkPhotoResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-photo" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-photos/{id}" } }, "/park-sub-pages": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkSubPageListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-sub-page" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/park-sub-pages" } }, "/park-sub-pages/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ParkSubPageResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Park-sub-page" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/park-sub-pages/{id}" } }, "/protected-areas": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProtectedAreaListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Protected-area" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/protected-areas" } }, "/protected-areas/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProtectedAreaResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Protected-area" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/protected-areas/{id}" } }, "/public-advisories": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PublicAdvisoryListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Public-advisory" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/public-advisories" } }, "/public-advisories/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PublicAdvisoryResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Public-advisory" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/public-advisories/{id}" } }, "/regions": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RegionListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Region" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/regions" } }, "/regions/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RegionResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Region" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/regions/{id}" } }, "/search-areas": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SearchAreaListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Search-area" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/search-areas" } }, "/search-areas/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SearchAreaResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Search-area" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/search-areas/{id}" } }, "/sections": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SectionListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Section" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/sections" } }, "/sections/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SectionResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Section" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/sections/{id}" } }, "/sites": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SiteListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Site" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/sites" } }, "/sites/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SiteResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Site" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/sites/{id}" } }, "/standard-messages": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/StandardMessageListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Standard-message" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/standard-messages" } }, "/standard-messages/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/StandardMessageResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Standard-message" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/standard-messages/{id}" } }, "/terrestrial-ecosections": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TerrestrialEcosectionListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Terrestrial-ecosection" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/terrestrial-ecosections" } }, "/terrestrial-ecosections/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TerrestrialEcosectionResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Terrestrial-ecosection" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/terrestrial-ecosections/{id}" } }, "/trail-reports": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TrailReportListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Trail-report" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/trail-reports" } }, "/trail-reports/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TrailReportResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Trail-report" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/trail-reports/{id}" } }, "/urgencies": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/UrgencyListResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Urgency" ], "parameters": [ { "name": "sort", "in": "query", "description": "Sort by attributes ascending (asc) or descending (desc)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "pagination[withCount]", "in": "query", "description": "Return page/pageSize (default: true)", "deprecated": false, "required": false, "schema": { "type": "boolean" } }, { "name": "pagination[page]", "in": "query", "description": "Page number (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[pageSize]", "in": "query", "description": "Page size (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[start]", "in": "query", "description": "Offset value (default: 0)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "pagination[limit]", "in": "query", "description": "Number of entities to return (default: 25)", "deprecated": false, "required": false, "schema": { "type": "integer" } }, { "name": "fields", "in": "query", "description": "Fields to return (ex: title,author)", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "populate", "in": "query", "description": "Relations to return", "deprecated": false, "required": false, "schema": { "type": "string" } }, { "name": "filters", "in": "query", "description": "Filters to apply", "deprecated": false, "required": false, "schema": { "type": "object", "additionalProperties": true }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/urgencies" } }, "/urgencies/{id}": { "get": { "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/UrgencyResponse" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } }, "500": { "description": "Internal Server Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "tags": [ "Urgency" ], "parameters": [ { "name": "id", "in": "path", "description": "", "deprecated": false, "required": true, "schema": { "type": "number" } } ], "operationId": "get/urgencies/{id}" } } } }