{ "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" },