{ "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": "2024-06-11T22:35:49.082Z" }, "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" }, "isCamping": { "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" }, "isCamping": { "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" } } }, "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" } } }, "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" } } } } }, "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } } } } } }, "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "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" }, "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" } } }, "LegacyRedirectRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "type": "object", "properties": { "fromPath": { "type": "string" }, "toPath": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": { "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", "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" } } }, "ParkFacilityRequest": { "type": "object", "required": [ "data" ], "properties": { "data": { "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", "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" } } }, "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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" }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" } } } } }, "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" } } }, "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" } } } } }, "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "protectedArea": { "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" } } } } }, "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": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": [ "subAreaTypeId", "closureAffectsAccessStatus" ], "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" } } } } }, "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": [ "subAreaTypeId", "closureAffectsAccessStatus" ], "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" } } }, "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" } } } } }, "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } }, "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" } }, "parkNames": { "type": "array", "items": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" } }, "hasCampfireBan": { "type": "boolean" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" } }, "nearbyParkOne": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "nearbyParkTwo": { "oneOf": [ { "type": "integer" }, { "type": "string" } ], "example": "string or id" }, "nearbyParkThree": { "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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": { "orcsSiteNumber": { "type": "string" }, "isActive": { "type": "boolean" }, "hasReservations": { "type": "boolean" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "parkNames": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "hasCampfireBan": { "type": "boolean" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" } }, "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" } } } } } }, "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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": {} } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "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" }, "isCamping": { "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" }, "isCamping": { "type": "boolean" }, "defaultDescription": { "type": "string" }, "appendStandardCalloutText": { "type": "string" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "parkSubAreaId": { "type": "integer" }, "parkSubAreaTypeId": { "type": "integer" }, "parkSubArea": { "type": "string" }, "parkSubAreaType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": { "subAreaType": { "type": "string" }, "subAreaTypeCode": { "type": "string" }, "iconUrl": { "type": "string" }, "isActive": { "type": "boolean" }, "subAreaTypeId": { "type": "integer" }, "parkOperationSubAreas": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationTemplateString": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "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" }, "reservationNote": { "type": "string" }, "offSeasonNote": { "type": "string" }, "adminNote": { "type": "string" }, "parkAccessUnitId": { "type": "integer" }, "facilityType": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "closureAffectsAccessStatus": { "type": "boolean" }, "reservationOverrideUrl": { "type": "string" }, "hasGate": { "type": "boolean" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" }, "isDateRangeAnnual": { "type": "boolean" }, "hasFirstComeFirstServed": { "type": "boolean" }, "hasBackcountryReservations": { "type": "boolean" }, "hasBackcountryPermits": { "type": "boolean" }, "hasDayUsePass": { "type": "boolean" }, "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" }, "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": {} } } } } }, "camisResourceLocationId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "camisMapId": { "type": "string", "pattern": "^\\d*$", "example": "123456789" }, "gateOpenTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateCloseTime": { "type": "string", "format": "time", "example": "12:54.000" }, "gateNote": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "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" }, "hasSmokingBan": { "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" }, "hasSmokingBanOverride": { "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" }, "natureAndCulture": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } } } } } } } }, "publishedRevisionNumber": { "type": "integer" }, "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": { "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" }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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": {} } } } } } }, "nearbyParkOne": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkTwo": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "nearbyParkThree": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } }, "updatedBy": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "number" }, "attributes": { "type": "object", "properties": {} } } } } } } } } } } } }, "createdAt": { "type": "string", "format": "date-time" }, "updatedAt": { "type": "string", "format": "date-time" }, "publishedAt": { "type": "string", "format": "date-time" }, "createdBy": { "type": "object", "properties": { "data": { "type": "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" } } }, "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" }, "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" }, "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" }, "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" }, "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}" } }, "/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" }, "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" }, "style": "deepObject" }, { "name": "locale", "in": "query", "description": "Locale to apply", "deprecated": false, "required": false, "schema": { "type": "string" } } ], "operationId": "get/business-hour" } }, "/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" }, "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" }, "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" }, "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" }, "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" }, "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" }, "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}" } }, "/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" }, "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" }, "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" }, "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" }, "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" }, "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" }, "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" }, "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" }, "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" }, "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" }, "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" }, "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-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" }, "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-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" }, "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" }, "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" }, "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" }, "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" }, "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" }, "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" }, "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-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" }, "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" }, "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" }, "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" }, "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" }, "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" }, "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" }, "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" }, "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" }, "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" }, "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}" } }, "/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" }, "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}" } } } }